Re: [web2py] Re: Presentations + IOError: [Errno 13] with google appengine

2012-09-19 Thread David Sorrentino
Man, you got the point. :)
I was running web2py with 2.7 and then I tried the SDK with 2.5. Of course
I created a kind of conflict.
Cleaning the whole web2py from the pyc files and launching the SDK with
python 2.5 worked perfectly! :)

I still do not know why on archlinux I cannot develop with python 2.7
whereas I can on ubuntu.
If I find the reason out, I will let you know.

Thank you again Massimo. You solved another issue today! :)

A nice Wednesday to everybody!
David


On 18 September 2012 23:30, Massimo Di Pierro wrote:

> I think the problem is that you are running web2py with 2.7 and the sdk
> with 2.5. I suspect when 2.5 finds the pyc created with 2.7 it complains.
> GAE does not complain because the pyc are not deployed. Try delete all the
> pyc files, restart the SDK and it should not complain.
>
>
> On Tuesday, 18 September 2012 14:10:52 UTC-5, David Sorrentino wrote:
>
>> Oddly enough I'm getting these WARNING/ERRORS just with the SDK. I
>> checked the logs of the GAE and they are cleaned. ;)
>>
>> Yes, all of them are related to the content of the folder *plural_rules*.
>> Yes, it looks like they are always the same files.
>>
>> Appengine is giving me some lemons, but I'm not gonna give up! :)
>>
>> Thank you for your help Massimo.
>>
>> Cheers,
>> David
>>
>>
>> On 18 September 2012 20:22, Massimo Di Pierro wrote:
>>
>>> Strange. Are you getting the errors with the SDK or GAE or both? Are
>>> most of the errors for pyc files or files in plural_rules? does it look
>>> they are always the same files?
>>>
>>> On Tuesday, 18 September 2012 11:08:44 UTC-5, David Sorrentino wrote:
>>>
 Apparently it is.
 Just tried with python 2.5 and it seems to work.
 I just get an avalanche of warnings every time a load a page.

 Here an instance:
 http://pastebin.com/MPZVS1FM

 Do you know why all this mess happens? Is it related to the handler
 defined in app.yaml? I used the one present in the scaffolding.

 Thank you for your help, and thank you very much for all the work you
 did so far. It's impressive! :)

 Cheers,
 David


 On 18 September 2012 17:01, Massimo Di Pierro wrote:

> Could this be a problem of 2.5 vs 2.7? Have you tried 2.5?
>
>
> On Tuesday, 18 September 2012 04:20:16 UTC-5, David Sorrentino wrote:
>>
>> Hi everybody!
>>
>> My name is David and I started "playing" with web2py few days ago. My
>> first impression is definitely positive and I hope to start soon
>> contributing to this wonderful community!
>>
>> Yesterday I built my first app and deployed it with nginx. Works like
>> a charm! :D
>> So, today I wanted to try google appengine. Everything seemed to be
>> working fine, but as soon as I performed a connection to the database I 
>> got
>> this error from dev_appserver.py:
>>
>> WARNING  2012-09-18 08:37:03,329 py_zipimport.py:139] Can't open
>>> zipfile 
>>> /usr/lib/python2.7/site-**packages/setuptools-0.6c11.**egg-info:
>>> IOError: [Errno 13] file not accessible: '/usr/lib/python2.7/site-**
>>> packages/setuptools-0.6c11.**egg-**info**'
>>> WARNING  2012-09-18 08:37:03,860 dev_appserver_import_hook.py:**5***
>>> *46] Blocking access to skipped file "/home/david/WebDevelopment/**
>>> content-manager/web2py/gluon/**rocket.py"
>>>
>>
>> Looks like it can't access *setuptools-0.6c11.egg-info*, but such
>> file is there and its permissions are OK.
>> Obviously, the connection to the database doesn't work.
>>
>> So, I edited *dev_appserver_import_hook.py *and changed:
>>
>> def IsFileAccessible(filename, normcase=os.path.normcase,
>>> py27_optional=False):
>>>
>>
>> in:
>>
>>>
>>> def IsFileAccessible(filename, normcase=os.path.normcase,
>>> py27_optional=True):
>>>
>>
>> and I got this different error (related to the same origin but imho
>> more specific):
>>
>> WARNING  2012-09-18 09:04:39,300 py_zipimport.py:139] Can't open
>>> zipfile 
>>> /usr/lib/python2.7/site-**packages/setuptools-0.6c11.**egg-info:
>>> BadZipfile: File is not a zip file
>>> ...
>>>
>>
>> Looks like it's looking for a ZIP file and of course *
>> setuptools-0.6c11.egg-info* is not. O_o
>> Operating system: archlinux.
>>
>> Any hints? Tell me if you need more specific information.
>>
>>
>> I wish everybody a wonderful Tuesday!
>> David
>>
>  --
>
>
>
>

  --
>>>
>>>
>>>
>>>
>>
>>  --
>
>
>
>

-- 





Re: [web2py] Re: Presentations + IOError: [Errno 13] with google appengine

2012-09-18 Thread Massimo Di Pierro
I think the problem is that you are running web2py with 2.7 and the sdk 
with 2.5. I suspect when 2.5 finds the pyc created with 2.7 it complains. 
GAE does not complain because the pyc are not deployed. Try delete all the 
pyc files, restart the SDK and it should not complain.

On Tuesday, 18 September 2012 14:10:52 UTC-5, David Sorrentino wrote:
>
> Oddly enough I'm getting these WARNING/ERRORS just with the SDK. I checked 
> the logs of the GAE and they are cleaned. ;)
>
> Yes, all of them are related to the content of the folder *plural_rules*.
> Yes, it looks like they are always the same files.
>
> Appengine is giving me some lemons, but I'm not gonna give up! :)
>
> Thank you for your help Massimo.
>
> Cheers,
> David
>
>
> On 18 September 2012 20:22, Massimo Di Pierro 
> 
> > wrote:
>
>> Strange. Are you getting the errors with the SDK or GAE or both? Are most 
>> of the errors for pyc files or files in plural_rules? does it look they are 
>> always the same files?
>>
>> On Tuesday, 18 September 2012 11:08:44 UTC-5, David Sorrentino wrote:
>>
>>> Apparently it is.
>>> Just tried with python 2.5 and it seems to work.
>>> I just get an avalanche of warnings every time a load a page.
>>>
>>> Here an instance:
>>> http://pastebin.com/MPZVS1FM
>>>
>>> Do you know why all this mess happens? Is it related to the handler 
>>> defined in app.yaml? I used the one present in the scaffolding.
>>>
>>> Thank you for your help, and thank you very much for all the work you 
>>> did so far. It's impressive! :)
>>>
>>> Cheers,
>>> David
>>>
>>>
>>> On 18 September 2012 17:01, Massimo Di Pierro wrote:
>>>
 Could this be a problem of 2.5 vs 2.7? Have you tried 2.5?


 On Tuesday, 18 September 2012 04:20:16 UTC-5, David Sorrentino wrote:
>
> Hi everybody!
>
> My name is David and I started "playing" with web2py few days ago. My 
> first impression is definitely positive and I hope to start soon 
> contributing to this wonderful community!
>
> Yesterday I built my first app and deployed it with nginx. Works like 
> a charm! :D
> So, today I wanted to try google appengine. Everything seemed to be 
> working fine, but as soon as I performed a connection to the database I 
> got 
> this error from dev_appserver.py:
>
> WARNING  2012-09-18 08:37:03,329 py_zipimport.py:139] Can't open 
>> zipfile 
>> /usr/lib/python2.7/site-**packag**es/setuptools-0.6c11.**egg-info: 
>> IOError: [Errno 13] file not accessible: '/usr/lib/python2.7/site-**
>> packa**ges/setuptools-0.6c11.**egg-**info'
>> WARNING  2012-09-18 08:37:03,860 dev_appserver_import_hook.py:**5**46] 
>> Blocking access to skipped file "/home/david/WebDevelopment/**co**
>> ntent-manager/web2py/gluon/**roc**ket.py"
>>
>
> Looks like it can't access *setuptools-0.6c11.egg-info*, but such 
> file is there and its permissions are OK.
> Obviously, the connection to the database doesn't work.
>
> So, I edited *dev_appserver_import_hook.py *and changed:
>
> def IsFileAccessible(filename, normcase=os.path.normcase, 
>> py27_optional=False):
>>
>  
> in:
>  
>>
>> def IsFileAccessible(filename, normcase=os.path.normcase, 
>> py27_optional=True):
>>
>  
> and I got this different error (related to the same origin but imho 
> more specific):
>
> WARNING  2012-09-18 09:04:39,300 py_zipimport.py:139] Can't open 
>> zipfile 
>> /usr/lib/python2.7/site-**packag**es/setuptools-0.6c11.**egg-info: 
>> BadZipfile: File is not a zip file
>> ...
>>
>
> Looks like it's looking for a ZIP file and of course *
> setuptools-0.6c11.egg-info* is not. O_o
> Operating system: archlinux.
>
> Any hints? Tell me if you need more specific information.
>
>
> I wish everybody a wonderful Tuesday!
> David
>
  -- 
  
  
  

>>>
>>>  -- 
>>  
>>  
>>  
>>
>
>

-- 





Re: [web2py] Re: Presentations + IOError: [Errno 13] with google appengine

2012-09-18 Thread David Sorrentino
Just tried on my ubuntu server and everything works super fine, both with
python 2.5 and 2.7.
I also tried a "vanilla" version of archlinux on a virtual machine and
nothing changed.
I don't know why, but seems like archlinux doesn't like the appengine SDK.
:P

However, perhaps it's not the best solution ever, but for now I'm going to
develop my apps by running the appserver remotely on the ubuntu server.
Meanwhile, I'm gonna keep on looking for a solution for my poor arch. :)

Thank you one more time for your time and support Massimo!

Cheers,
David


On 18 September 2012 21:10, David Sorrentino wrote:

> Oddly enough I'm getting these WARNING/ERRORS just with the SDK. I checked
> the logs of the GAE and they are cleaned. ;)
>
> Yes, all of them are related to the content of the folder *plural_rules*.
> Yes, it looks like they are always the same files.
>
> Appengine is giving me some lemons, but I'm not gonna give up! :)
>
> Thank you for your help Massimo.
>
> Cheers,
> David
>
>
>
> On 18 September 2012 20:22, Massimo Di Pierro 
> wrote:
>
>> Strange. Are you getting the errors with the SDK or GAE or both? Are most
>> of the errors for pyc files or files in plural_rules? does it look they are
>> always the same files?
>>
>> On Tuesday, 18 September 2012 11:08:44 UTC-5, David Sorrentino wrote:
>>
>>> Apparently it is.
>>> Just tried with python 2.5 and it seems to work.
>>> I just get an avalanche of warnings every time a load a page.
>>>
>>> Here an instance:
>>> http://pastebin.com/MPZVS1FM
>>>
>>> Do you know why all this mess happens? Is it related to the handler
>>> defined in app.yaml? I used the one present in the scaffolding.
>>>
>>> Thank you for your help, and thank you very much for all the work you
>>> did so far. It's impressive! :)
>>>
>>> Cheers,
>>> David
>>>
>>>
>>> On 18 September 2012 17:01, Massimo Di Pierro wrote:
>>>
 Could this be a problem of 2.5 vs 2.7? Have you tried 2.5?


 On Tuesday, 18 September 2012 04:20:16 UTC-5, David Sorrentino wrote:
>
> Hi everybody!
>
> My name is David and I started "playing" with web2py few days ago. My
> first impression is definitely positive and I hope to start soon
> contributing to this wonderful community!
>
> Yesterday I built my first app and deployed it with nginx. Works like
> a charm! :D
> So, today I wanted to try google appengine. Everything seemed to be
> working fine, but as soon as I performed a connection to the database I 
> got
> this error from dev_appserver.py:
>
> WARNING  2012-09-18 08:37:03,329 py_zipimport.py:139] Can't open
>> zipfile 
>> /usr/lib/python2.7/site-**packag**es/setuptools-0.6c11.**egg-info:
>> IOError: [Errno 13] file not accessible: '/usr/lib/python2.7/site-**
>> packa**ges/setuptools-0.6c11.**egg-**info'
>> WARNING  2012-09-18 08:37:03,860 dev_appserver_import_hook.py:**5**46]
>> Blocking access to skipped file "/home/david/WebDevelopment/**co**
>> ntent-manager/web2py/gluon/**roc**ket.py"
>>
>
> Looks like it can't access *setuptools-0.6c11.egg-info*, but such
> file is there and its permissions are OK.
> Obviously, the connection to the database doesn't work.
>
> So, I edited *dev_appserver_import_hook.py *and changed:
>
> def IsFileAccessible(filename, normcase=os.path.normcase,
>> py27_optional=False):
>>
>
> in:
>
>>
>> def IsFileAccessible(filename, normcase=os.path.normcase,
>> py27_optional=True):
>>
>
> and I got this different error (related to the same origin but imho
> more specific):
>
> WARNING  2012-09-18 09:04:39,300 py_zipimport.py:139] Can't open
>> zipfile 
>> /usr/lib/python2.7/site-**packag**es/setuptools-0.6c11.**egg-info:
>> BadZipfile: File is not a zip file
>> ...
>>
>
> Looks like it's looking for a ZIP file and of course *
> setuptools-0.6c11.egg-info* is not. O_o
> Operating system: archlinux.
>
> Any hints? Tell me if you need more specific information.
>
>
> I wish everybody a wonderful Tuesday!
> David
>
  --




>>>
>>>  --
>>
>>
>>
>>
>
>

-- 





Re: [web2py] Re: Presentations + IOError: [Errno 13] with google appengine

2012-09-18 Thread David Sorrentino
Oddly enough I'm getting these WARNING/ERRORS just with the SDK. I checked
the logs of the GAE and they are cleaned. ;)

Yes, all of them are related to the content of the folder *plural_rules*.
Yes, it looks like they are always the same files.

Appengine is giving me some lemons, but I'm not gonna give up! :)

Thank you for your help Massimo.

Cheers,
David


On 18 September 2012 20:22, Massimo Di Pierro wrote:

> Strange. Are you getting the errors with the SDK or GAE or both? Are most
> of the errors for pyc files or files in plural_rules? does it look they are
> always the same files?
>
> On Tuesday, 18 September 2012 11:08:44 UTC-5, David Sorrentino wrote:
>
>> Apparently it is.
>> Just tried with python 2.5 and it seems to work.
>> I just get an avalanche of warnings every time a load a page.
>>
>> Here an instance:
>> http://pastebin.com/MPZVS1FM
>>
>> Do you know why all this mess happens? Is it related to the handler
>> defined in app.yaml? I used the one present in the scaffolding.
>>
>> Thank you for your help, and thank you very much for all the work you did
>> so far. It's impressive! :)
>>
>> Cheers,
>> David
>>
>>
>> On 18 September 2012 17:01, Massimo Di Pierro wrote:
>>
>>> Could this be a problem of 2.5 vs 2.7? Have you tried 2.5?
>>>
>>>
>>> On Tuesday, 18 September 2012 04:20:16 UTC-5, David Sorrentino wrote:

 Hi everybody!

 My name is David and I started "playing" with web2py few days ago. My
 first impression is definitely positive and I hope to start soon
 contributing to this wonderful community!

 Yesterday I built my first app and deployed it with nginx. Works like a
 charm! :D
 So, today I wanted to try google appengine. Everything seemed to be
 working fine, but as soon as I performed a connection to the database I got
 this error from dev_appserver.py:

 WARNING  2012-09-18 08:37:03,329 py_zipimport.py:139] Can't open
> zipfile /usr/lib/python2.7/site-**packag**es/setuptools-0.6c11.**egg-info:
> IOError: [Errno 13] file not accessible: '/usr/lib/python2.7/site-**
> packa**ges/setuptools-0.6c11.**egg-**info'
> WARNING  2012-09-18 08:37:03,860 dev_appserver_import_hook.py:**5**46]
> Blocking access to skipped file "/home/david/WebDevelopment/**co**
> ntent-manager/web2py/gluon/**roc**ket.py"
>

 Looks like it can't access *setuptools-0.6c11.egg-info*, but such file
 is there and its permissions are OK.
 Obviously, the connection to the database doesn't work.

 So, I edited *dev_appserver_import_hook.py *and changed:

 def IsFileAccessible(filename, normcase=os.path.normcase,
> py27_optional=False):
>

 in:

>
> def IsFileAccessible(filename, normcase=os.path.normcase,
> py27_optional=True):
>

 and I got this different error (related to the same origin but imho
 more specific):

 WARNING  2012-09-18 09:04:39,300 py_zipimport.py:139] Can't open
> zipfile /usr/lib/python2.7/site-**packag**es/setuptools-0.6c11.**egg-info:
> BadZipfile: File is not a zip file
> ...
>

 Looks like it's looking for a ZIP file and of course *
 setuptools-0.6c11.egg-info* is not. O_o
 Operating system: archlinux.

 Any hints? Tell me if you need more specific information.


 I wish everybody a wonderful Tuesday!
 David

>>>  --
>>>
>>>
>>>
>>>
>>
>>  --
>
>
>
>

-- 





Re: [web2py] Re: Presentations + IOError: [Errno 13] with google appengine

2012-09-18 Thread Massimo Di Pierro
Strange. Are you getting the errors with the SDK or GAE or both? Are most 
of the errors for pyc files or files in plural_rules? does it look they are 
always the same files?

On Tuesday, 18 September 2012 11:08:44 UTC-5, David Sorrentino wrote:
>
> Apparently it is.
> Just tried with python 2.5 and it seems to work.
> I just get an avalanche of warnings every time a load a page.
>
> Here an instance:
> http://pastebin.com/MPZVS1FM
>
> Do you know why all this mess happens? Is it related to the handler 
> defined in app.yaml? I used the one present in the scaffolding.
>
> Thank you for your help, and thank you very much for all the work you did 
> so far. It's impressive! :)
>
> Cheers,
> David
>
>
> On 18 September 2012 17:01, Massimo Di Pierro 
> 
> > wrote:
>
>> Could this be a problem of 2.5 vs 2.7? Have you tried 2.5?
>>
>>
>> On Tuesday, 18 September 2012 04:20:16 UTC-5, David Sorrentino wrote:
>>>
>>> Hi everybody!
>>>
>>> My name is David and I started "playing" with web2py few days ago. My 
>>> first impression is definitely positive and I hope to start soon 
>>> contributing to this wonderful community!
>>>
>>> Yesterday I built my first app and deployed it with nginx. Works like a 
>>> charm! :D
>>> So, today I wanted to try google appengine. Everything seemed to be 
>>> working fine, but as soon as I performed a connection to the database I got 
>>> this error from dev_appserver.py:
>>>
>>> WARNING  2012-09-18 08:37:03,329 py_zipimport.py:139] Can't open zipfile 
 /usr/lib/python2.7/site-**packages/setuptools-0.6c11.**egg-info: 
 IOError: [Errno 13] file not accessible: '/usr/lib/python2.7/site-**
 packages/setuptools-0.6c11.**egg-info'
 WARNING  2012-09-18 08:37:03,860 dev_appserver_import_hook.py:**546] 
 Blocking access to skipped file "/home/david/WebDevelopment/**
 content-manager/web2py/gluon/**rocket.py"

>>>
>>> Looks like it can't access *setuptools-0.6c11.egg-info*, but such file 
>>> is there and its permissions are OK.
>>> Obviously, the connection to the database doesn't work.
>>>
>>> So, I edited *dev_appserver_import_hook.py *and changed:
>>>
>>> def IsFileAccessible(filename, normcase=os.path.normcase, 
 py27_optional=False):

>>>  
>>> in:
>>>  

 def IsFileAccessible(filename, normcase=os.path.normcase, 
 py27_optional=True):

>>>  
>>> and I got this different error (related to the same origin but imho more 
>>> specific):
>>>
>>> WARNING  2012-09-18 09:04:39,300 py_zipimport.py:139] Can't open zipfile 
 /usr/lib/python2.7/site-**packages/setuptools-0.6c11.**egg-info: 
 BadZipfile: File is not a zip file
 ...

>>>
>>> Looks like it's looking for a ZIP file and of course *
>>> setuptools-0.6c11.egg-info* is not. O_o
>>> Operating system: archlinux.
>>>
>>> Any hints? Tell me if you need more specific information.
>>>
>>>
>>> I wish everybody a wonderful Tuesday!
>>> David
>>>
>>  -- 
>>  
>>  
>>  
>>
>
>

-- 





Re: [web2py] Re: Presentations + IOError: [Errno 13] with google appengine

2012-09-18 Thread David Sorrentino
Apparently it is.
Just tried with python 2.5 and it seems to work.
I just get an avalanche of warnings every time a load a page.

Here an instance:
http://pastebin.com/MPZVS1FM

Do you know why all this mess happens? Is it related to the handler defined
in app.yaml? I used the one present in the scaffolding.

Thank you for your help, and thank you very much for all the work you did
so far. It's impressive! :)

Cheers,
David


On 18 September 2012 17:01, Massimo Di Pierro wrote:

> Could this be a problem of 2.5 vs 2.7? Have you tried 2.5?
>
>
> On Tuesday, 18 September 2012 04:20:16 UTC-5, David Sorrentino wrote:
>>
>> Hi everybody!
>>
>> My name is David and I started "playing" with web2py few days ago. My
>> first impression is definitely positive and I hope to start soon
>> contributing to this wonderful community!
>>
>> Yesterday I built my first app and deployed it with nginx. Works like a
>> charm! :D
>> So, today I wanted to try google appengine. Everything seemed to be
>> working fine, but as soon as I performed a connection to the database I got
>> this error from dev_appserver.py:
>>
>> WARNING  2012-09-18 08:37:03,329 py_zipimport.py:139] Can't open zipfile
>>> /usr/lib/python2.7/site-**packages/setuptools-0.6c11.**egg-info:
>>> IOError: [Errno 13] file not accessible: '/usr/lib/python2.7/site-**
>>> packages/setuptools-0.6c11.**egg-info'
>>> WARNING  2012-09-18 08:37:03,860 dev_appserver_import_hook.py:**546]
>>> Blocking access to skipped file "/home/david/WebDevelopment/**
>>> content-manager/web2py/gluon/**rocket.py"
>>>
>>
>> Looks like it can't access *setuptools-0.6c11.egg-info*, but such file
>> is there and its permissions are OK.
>> Obviously, the connection to the database doesn't work.
>>
>> So, I edited *dev_appserver_import_hook.py *and changed:
>>
>> def IsFileAccessible(filename, normcase=os.path.normcase,
>>> py27_optional=False):
>>>
>>
>> in:
>>
>>>
>>> def IsFileAccessible(filename, normcase=os.path.normcase,
>>> py27_optional=True):
>>>
>>
>> and I got this different error (related to the same origin but imho more
>> specific):
>>
>> WARNING  2012-09-18 09:04:39,300 py_zipimport.py:139] Can't open zipfile
>>> /usr/lib/python2.7/site-**packages/setuptools-0.6c11.**egg-info:
>>> BadZipfile: File is not a zip file
>>> ...
>>>
>>
>> Looks like it's looking for a ZIP file and of course *
>> setuptools-0.6c11.egg-info* is not. O_o
>> Operating system: archlinux.
>>
>> Any hints? Tell me if you need more specific information.
>>
>>
>> I wish everybody a wonderful Tuesday!
>> David
>>
>  --
>
>
>
>

-- 





[web2py] Re: Presentations + IOError: [Errno 13] with google appengine

2012-09-18 Thread Massimo Di Pierro
Could this be a problem of 2.5 vs 2.7? Have you tried 2.5?

On Tuesday, 18 September 2012 04:20:16 UTC-5, David Sorrentino wrote:
>
> Hi everybody!
>
> My name is David and I started "playing" with web2py few days ago. My 
> first impression is definitely positive and I hope to start soon 
> contributing to this wonderful community!
>
> Yesterday I built my first app and deployed it with nginx. Works like a 
> charm! :D
> So, today I wanted to try google appengine. Everything seemed to be 
> working fine, but as soon as I performed a connection to the database I got 
> this error from dev_appserver.py:
>
> WARNING  2012-09-18 08:37:03,329 py_zipimport.py:139] Can't open zipfile 
>> /usr/lib/python2.7/site-packages/setuptools-0.6c11.egg-info: IOError: 
>> [Errno 13] file not accessible: 
>> '/usr/lib/python2.7/site-packages/setuptools-0.6c11.egg-info'
>> WARNING  2012-09-18 08:37:03,860 dev_appserver_import_hook.py:546] 
>> Blocking access to skipped file 
>> "/home/david/WebDevelopment/content-manager/web2py/gluon/rocket.py"
>>
>
> Looks like it can't access *setuptools-0.6c11.egg-info*, but such file is 
> there and its permissions are OK.
> Obviously, the connection to the database doesn't work.
>
> So, I edited *dev_appserver_import_hook.py *and changed:
>
> def IsFileAccessible(filename, normcase=os.path.normcase, 
>> py27_optional=False):
>>
>  
> in:
>  
>>
>> def IsFileAccessible(filename, normcase=os.path.normcase, 
>> py27_optional=True):
>>
>  
> and I got this different error (related to the same origin but imho more 
> specific):
>
> WARNING  2012-09-18 09:04:39,300 py_zipimport.py:139] Can't open zipfile 
>> /usr/lib/python2.7/site-packages/setuptools-0.6c11.egg-info: BadZipfile: 
>> File is not a zip file
>> ...
>>
>
> Looks like it's looking for a ZIP file and of course *
> setuptools-0.6c11.egg-info* is not. O_o
> Operating system: archlinux.
>
> Any hints? Tell me if you need more specific information.
>
>
> I wish everybody a wonderful Tuesday!
> David
>

--