gfcapalbo / python-twitter

Automatically exported from code.google.com/p/python-twitter
Apache License 2.0
0 stars 0 forks source link

Crashes on Python for s60 #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Install the latest python port ( 1.9.7 ) and shell onto the phone
2. Place Python2.5 built copies of simplejson and python twitter in Python/libs
3. Run test script phones shell to instantiate Api object using authentication.

What is the expected output? What do you see instead?
Expected to see script execute successfully, instead shell bails and
produces error about os.getlogin() ( IIRC? ) on line 2170

What version of the product are you using? On what operating system?
Checked out the latest version of python-twitter from subversion around 6
hours ago, build that and simplejson using python2.5 on ubuntu 9.04 and
copied over to Nokia N95-2 running Python port 1.9.7. The N95 is running
firmware rev 30.0.018, if it really matters :) 

Please provide any additional information below.
Removal of line 2170 resolves the fault, test script then executes and will
interact with twitter. Logging fault mainly to inform other potential
users. Pop a message to Naggedbycats on twitter if you need any more info.

Original issue reported on code.google.com by steakand...@gmail.com on 3 Nov 2009 at 7:58

GoogleCodeExporter commented 9 years ago
Patch here: http://code.google.com/p/python-twitter/issues/detail?id=216

Should fix the issue.

Original comment by yale...@ricetek.net on 3 Dec 2011 at 11:13

GoogleCodeExporter commented 9 years ago
why yes it should! great catch!

Original comment by bear42 on 3 Dec 2011 at 11:27