amkCrypto Install

Oleg Broytmann phd at phd.fep.ru
Sat Apr 7 10:35:23 EDT 2001


On Sat, 7 Apr 2001, Sandipan Gangopadhyay wrote:
> ./test.py fails with:
> import: Unable to connect to X server () [No such file or directory].
> ./test.py: sys.path: command not found

   This looks like a shell (not Python) is interpreting. Run
python test.py.

> ./setup.py fails with:
> usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
>    or: setup.py --help [cmd1 cmd2 ...]
>    or: setup.py --help-commands
>    or: setup.py cmd --help
> error: no commands supplied
>
> I dont know what command to feed it.

python setup.py install

Oleg.
----
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list