You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've managed to setup this script on Ubuntu 15.10, but now, I think I must configure something because I don't even know how to run this. If you can, please tell me how to proceed next, I'm getting runtimeError: Imposible abrir reingart.crt
Here are my config steps to get ready
1 - Install some deps
sudo apt-get install python-wxgtk3.0 python-dbf
2 - Go to home dir
cd ~
3 - Create pyfactura and lib folder (to store scrypt deps) and access to it*
mkdir -p ./pyfactura/lib
cd ./pyfactura/lib
4 - Clone gui2py
git clone https://github.com/reingart/gui2py.git
cd gui2py
sudo python setup.py install
cd ..
5 - Clone pysimplesoap
git clone https://github.com/pysimplesoap/pysimplesoap.git
cd pysimplesoap
sudo python setup.py install
cd ..
6 - Clone pyfpdf
git clone https://github.com/reingart/pyfpdf.git
cd pyfpdf
sudo python setup.py install
cd ..
7 - Clone web2py
git clone --recursive https://github.com/web2py/web2py.git
cd web2py
sudo python setup.py install
cd ..
8 - Clone pyafipws
git clone https://github.com/reingart/pyafipws.git
cd pyafipws
sudo python setup.py install
cp -R ./conf/ ../../conf/
cd ../../
Hi, I've managed to setup this script on Ubuntu 15.10, but now, I think I must configure something because I don't even know how to run this. If you can, please tell me how to proceed next, I'm getting runtimeError: Imposible abrir reingart.crt
Here are my config steps to get ready
1 - Install some deps
2 - Go to home dir
3 - Create pyfactura and lib folder (to store scrypt deps) and access to it*
4 - Clone gui2py
5 - Clone pysimplesoap
6 - Clone pyfpdf
7 - Clone web2py
8 - Clone pyafipws
9 - Clone pyfactura
10 - Get some missing images
11 - Start the program
The text was updated successfully, but these errors were encountered: