Changes between Initial Version and Version 1 of Ticket #1983, comment 5
- Timestamp:
- 2013-05-30T19:34:13Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1983, comment 5
initial v1 7 7 Hmm.. i tried but get an error:[[BR]] 8 8 9 {{{ 9 10 python -c "import setuptools; execfile('setup.py')" bdist_egg[[BR]] 10 11 Traceback (most recent call last):[[BR]] … … 13 14 basedir = os.path.dirname(os.path.abspath(__file__))[[BR]] 14 15 NameError: name '__file__' is not defined[[BR]] 16 }}} 15 17 16 18 My knowledge of python is next to zero, so a foolproof cut and paste line to build this egg would be great[[BR]]