Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 11 by
anglebra...@gmail.com: New install fails on missing
attribute
http://code.google.com/p/gpapers/issues/detail?id=11
What steps will reproduce the problem?
1. cd /usr/local/src
2. sudo apt-get install mercurial
3. hg clone
https://code.google.com/p/gpapers/
4. cd gpapers
5. chmod +x setup.py
6. ./setup.py build
7. sudo ./setup.py install
8. gpapers.py
There were no discernable errors during setup or install (console log
attached).
What is the expected output?
I expected the program to display a GUI interface.
What do you see instead?
Traceback (most recent call last):
File "/usr/local/bin/gpapers.py", line 30, in <module>
import gpapers
File "/usr/local/bin/gpapers.py", line 37, in <module>
gpapers.main(sys.argv)
AttributeError: 'module' object has no attribute 'main'
What version of the product are you using?
Whatever is provided at
https://code.google.com/p/gpapers/
On what operating system?
Ubuntu 12.04
Please provide any additional information below.
gpapers appears to be broken, at least for non-Python programmers.
Attachments:
gpapers-errors.log 6.1 KB