Forever-Young / mrab-regex-hg

Automatically exported from code.google.com/p/mrab-regex-hg
0 stars 0 forks source link

Can not install Ver. 0.1.20120301 from pypi under python 3.2.2 on Mac OS X 10.6.8 #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
$ pip uninstall regex
$ pip install regex
...
running install_data

error: can't copy 'build_regex_unicode.py': doesn't exist or not a regular file

----------------------------------------
Command /Users/msmhrt/local/mypython/3.2.2mug/bin/python3 -c "import 
setuptools;__file__='/Users/msmhrt/local/mypython/3.2.2mug/build/regex/setup.py'
;exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" 
install --single-version-externally-managed --record 
/var/folders/ic/icYsuCoLEHmw9j9ConGuAk+++TQ/-Tmp-/pip-hvs_rm-record/install-reco
rd.txt --install-headers 
/Users/msmhrt/local/mypython/3.2.2mug/include/site/python3.2 failed with error 
code 1
Storing complete log in /Users/msmhrt/.pip/pip.log
$

What is the expected output? What do you see instead?
The expected output is the following:

$ pip uninstall regex
$ pip install regex
...
Successfully installed regex
Cleaning up...
$ 

What version of the product are you using? On what operating system?
Mac OS X 10.6.8 (32-bit version)
Python 3.2.2 (default, Jan  7 2012, 13:10:04) [GCC 4.2.1 (Apple Inc. build 
5664)] on darwin
regex 0.1.20120301

Please provide any additional information below.

Original issue reported on code.google.com by msm...@gmail.com on 1 Mar 2012 at 10:46

GoogleCodeExporter commented 9 years ago
Aargh! I'll just omit that file.

Updated regex 0.1.20120301.

Original comment by re...@mrabarnett.plus.com on 1 Mar 2012 at 11:44

GoogleCodeExporter commented 9 years ago
Had the same issue just now.  I guess that the mirror network has not gotten 
the update yet.  No action needed, but for reference:

Removing the line:
  data_files=[('tools', ['build_regex_unicode.py'])]
from setup.py makes the install work. 
Also this line isn't in the Hg repository for setup.py.

Thanks!

Original comment by mhis...@gmail.com on 2 Mar 2012 at 9:08

GoogleCodeExporter commented 9 years ago
Should be fixed in regex 0.1.20120303.

Original comment by re...@mrabarnett.plus.com on 3 Mar 2012 at 4:14