This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gheorghe.mosteoru
Recipients gheorghe.mosteoru
Date 2013-02-02.09:22:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359796958.56.0.232245529308.issue17103@psf.upfronthosting.co.za>
In-reply-to
Content
I've be trying to compile python in a folder which had '&' (ampersand) in the path and i couldn't. 

First configure got some weird output:

configure: creating ./config.status
config.status: creating Makefile.pre
sed: -e expression #1, char 435: unknown option to `s'
config.status: creating Modules/Setup.config
sed: -e expression #1, char 447: unknown option to `s'
config.status: creating Misc/python.pc
sed: -e expression #1, char 438: unknown option to `s'
config.status: creating Misc/python-config.sh
sed: -e expression #1, char 452: unknown option to `s'
config.status: creating Modules/ld_so_aix
sed: -e expression #1, char 441: unknown option to `s'
config.status: creating pyconfig.h
creating Modules/Setup
creating Modules/Setup.local
creating Makefile

Then when I've run make I've got:

make: *** No rule to make target `/Modules/posixmodule.c', needed by `Modules/posixmodule.o'.  Stop.
History
Date User Action Args
2013-02-02 09:22:38gheorghe.mosteorusetrecipients: + gheorghe.mosteoru
2013-02-02 09:22:38gheorghe.mosteorusetmessageid: <1359796958.56.0.232245529308.issue17103@psf.upfronthosting.co.za>
2013-02-02 09:22:38gheorghe.mosteorulinkissue17103 messages
2013-02-02 09:22:38gheorghe.mosteorucreate