gfcapalbo / python-twitter

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

Not working under Apache+mod_python #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have a simple code that instantiate the API & call the GetFriendsTimeline 
method (our code is 
here: http://bit.ly/MjB6s). It works well when run as stand alone or under the 
Django dev server: 
you get the full list of tweets.
2. Try run it under Apache+mod_python (e.g., from a Django view). You get an 
empty list of 
tweets.

What version of the product are you using? On what operating system?
0.6. Ubuntu Linux.

Please provide any additional information below.
Our Apache is configured with mod_python in standard way.
We've set full permissions to the temp folder in which the cache is created.
We tried also adding cache=None in the constructor, but it didn't help.

Original issue reported on code.google.com by dibauna...@gmail.com on 26 Aug 2009 at 8:32

GoogleCodeExporter commented 9 years ago
After more testing it suddenly started to work, so the bug can be closed or 
marked unreproducible.

Sorry..

Original comment by dibauna...@gmail.com on 26 Aug 2009 at 11:27

GoogleCodeExporter commented 9 years ago

Original comment by dclinton on 2 Sep 2009 at 5:45