Can not open 3.6.2

Started by ex-para, January 03, 2020, 16:38:50

Previous topic - Next topic

ex-para

I am unable to open 3.6.2 in Ubuntu on two computers. Any ideas please.

Timo

How did you install and how are you trying to run it?

ex-para

I installed using PP Linux download and ran first PP.py and then everything . Thanks for the reply.

Timo

Does this means it works now?

If not, try to install it. It'll install some extra dependencies as well. It's the following command: sudo python2 setup.py install

It'l be easier in the future...

ex-para

Its not working and this is what I get  python2: can't open file 'setup.py': [Errno 2] No such file or directory.

Timo

After unpacking the tar.gz archive, you'll have to change directories in the terminal to that folder. For example if you unpack it in your Downloads folder, do this first:

cd ~/Downloads/pigeonplanner-3.6.2

Or if it's in your hopme directory:

cd ~/pigeonplanner-3.6.2

It's case-sensitive, use the tab-key for autocompletion. Then try the setup command again.