Changes between Initial Version and Version 1 of Ticket #1983, comment 5


Ignore:
Timestamp:
2013-05-30T19:34:13Z (11 years ago)
Author:
zooko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1983, comment 5

    initial v1  
    77Hmm.. i tried but get an error:[[BR]]
    88
     9{{{
    910python -c "import setuptools; execfile('setup.py')" bdist_egg[[BR]]
    1011Traceback (most recent call last):[[BR]]
     
    1314basedir = os.path.dirname(os.path.abspath(__file__))[[BR]]
    1415NameError: name '__file__' is not defined[[BR]]
     16}}}
    1517
    1618My knowledge of python is next to zero, so a foolproof cut and paste line to build this egg would be great[[BR]]