google-code-export / django-page-cms

Automatically exported from code.google.com/p/django-page-cms
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Install Error on 1.1.2 #196

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On 1.1.2 release I got this:

/usr/bin/python setup.py build                                                  

Traceback (most recent call last):                                              

  File "setup.py", line 26, in <module>                                                                                                                        
    long_description=local_open('README.rst').read(),                                                                                                          
  File "setup.py", line 7, in local_open                                                                                                                       
    return open(os.path.join(os.path.dirname(__file__), fname))                                                                                                
IOError: [Errno 2] No such file or directory: 'README.rst'                      

error: Bad exit status from /var/tmp/rpm-tmp.ZaW1Cw (%build)  

Seems that README.rst should be README in setup.py.

Thanks.

Original issue reported on code.google.com by matrixwo...@gmail.com on 1 Mar 2010 at 10:37

GoogleCodeExporter commented 9 years ago
Hi thanks for the feedback, I will have a look tomorrow.

Original comment by batiste....@gmail.com on 1 Mar 2010 at 10:50

GoogleCodeExporter commented 9 years ago
I published a slightly modified package. The errors should have disappeared. 
The 
django-mptt package available on pypi is still not working. You have to install 
it by 
hand. Or use pip instead:

http://packages.python.org/django-page-cms/installation.html#install-by-using-pi
p

Original comment by batiste....@gmail.com on 2 Mar 2010 at 10:04

GoogleCodeExporter commented 9 years ago

Original comment by batiste....@gmail.com on 8 Mar 2010 at 8:44