Advanced search
Log In
New Account
  
Home My Page Project Cloud Code Snippets Project Openings witter - a python twitter cclient
Summary Forums Tracker Lists Tasks Docs News SCM Files

Bugs: Browse | Download .csv

[#6222] missing python-location dependency

Please login

State:
Closed
Date:
2010-08-13 04:49
Priority:
3
Submitted By:
Tristan Henderson (tnhh)
Assigned To:
Nobody (None)
Summary:
missing python-location dependency

Detailed description
Just installed 0.3.6-0 but I couldn't run it at first.

Nokia-N900-42-11:~$ run-standalone.sh /opt/witter/witter.py 
Traceback (most recent call last):
  File "/opt/witter/witter.py", line 60, in <module>
    import ui
  File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 1, in <module>
    #
  File "/home/user/src/witter/fremantle/src/opt/witter/ui/gtkWitter.py", line 37, in <module>
  File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 1, in <module>
    #
  File "/home/user/src/witter/fremantle/src/opt/witter/account/account.py", line 41, in <module>
ImportError: No module named location

"sudo apt-get install python-location" fixed this.

Followup

Message
Date: 2010-08-13 15:43
Sender: Daniel  Would

I always forget to add the dependency to the package script when
I add new features like this...I have now updated the script,
this will be fixed from the next version I upload.
Date: 2010-08-13 15:34
Sender: Nick Piggott

Also seeing this problem, and the installation of python-location
fixed the problem.

I had to do
>sudo gainroot
>apt-get install python-location

Attached Files:

Name Download
No Files Currently Attached

Changes:

Field Old Value Date By
ResolutionNone2010-08-13 15:43dwould
close_date2010-08-13 15:432010-08-13 15:43dwould
status_idOpen2010-08-13 15:43dwould

Terms of Use    Privacy Policy    Contribution Guidelines    Feedback

Powered By GForge Collaborative Development Environment