RE: [PyCrust] setup
Brought to you by:
pobrien
From: Patrick K. O'B. <po...@or...> - 2001-11-06 23:41:33
|
Thanks for patch. Sorry about my stupidity. (It worked fine on my machine. <wink>) --- Patrick K. O'Brien Orbtech "I am, therefore I think." -----Original Message----- From: pyc...@li... [mailto:pyc...@li...]On Behalf Of Jochen Küpper Sent: Saturday, November 03, 2001 9:40 PM To: pyc...@li... Subject: [PyCrust] setup -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Importing PyCrust before installing it doesn't work:( Index: setup.py =================================================================== RCS file: /cvsroot/pycrust/PyCrust/setup.py,v retrieving revision 1.3 diff -u -r1.3 setup.py - --- setup.py 2001/10/25 14:33:37 1.3 +++ setup.py 2001/11/04 03:36:56 @@ -8,11 +8,10 @@ __version__ = "$Revision: 1.3 $"[11:-2] from distutils.core import setup - -from PyCrust import version import glob setup(name="PyCrust", - - version=str(version.VERSION), + version="0.7", description="PyCrust - The Flakiest Python Shell", author="Patrick K. O'Brien", author_email="po...@or...", @@ -35,4 +34,3 @@ ], ) - - \ No newline at end of file Greetings, Jochen PS: I am not on the list. - -- Einigkeit und Recht und Freiheit http://www.Jochen-Kuepper.de Liberté, Égalité, Fraternité GnuPG key: 44BCCD8E Sex, drugs and rock-n-roll -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Processed by Mailcrypt and GnuPG <http://www.gnupg.org/> iD8DBQE75Lh4iJ/aUUS8zY4RAoVrAKCS5v+JA7ugwjLyiifjcpqc0vPxxACgvX43 gCn8Z/dPsjeYxgeT+ZkDnhI= =CA8t -----END PGP SIGNATURE----- _______________________________________________ PyCrust-users mailing list PyC...@li... https://lists.sourceforge.net/lists/listinfo/pycrust-users |