[Repoze-dev] [issue185] Repoze module doesn't contain __init__.py

2012-09-24 Thread Tres Seaver

Tres Seaver  added the comment:

This is a bug in pip, which screws up namespace packages:

 http://bugs.python.org/setuptools/issue113

To work around it, use easy_install instead of pip.

--
status: chatting -> resolved

__
Repoze Bugs 

__
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


[Repoze-dev] [issue185] Repoze module doesn't contain __init__.py

2012-09-24 Thread Boris

Boris  added the comment:

Sorry, I needed to check sources before.
I faced with this issue when try to install repoze.what to virtualenv. Repoze 
directory in site-packages doesn't contain __init__.py:

> Marboni:Projects Marboni$ virtualenv env
New python executable in env/bin/python
Installing setuptoolsdone.
Installing pip...done. 

> Marboni:Projects Marboni$ ./env/bin/pip install repoze.what
Downloading/unpacking repoze.what
  …
Cleaning up...

> Marboni:Projects Marboni$ ls env/lib/python2.7/site-packages/repoze
whatwho

--
status: resolved -> chatting

__
Repoze Bugs 

__
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


[Repoze-dev] [issue185] Repoze module doesn't contain __init__.py

2012-09-20 Thread Tres Seaver

Tres Seaver  added the comment:

The packages do contain __init__.py:

 https://github.com/repoze/repoze.who/tree/master/repoze

 https://github.com/repoze/repoze.who/tree/master/repoze/who

 https://github.com/repoze/repoze.what/tree/master/repoze/what

--
status: unread -> resolved

__
Repoze Bugs 

__
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


[Repoze-dev] [issue185] Repoze module doesn't contain __init__.py

2012-09-19 Thread Boris

New submission from Boris :

repoze, repoze.what, repoze.who modules doesn't contain __init__.py. As result, 
IDE's unable to detect correctly top-level module, so autocomplete doesn't 
work, 
modules in import are unresolved.

Add empty __init__.py to repoze, repoze.what and repoze.who to solve it.

--
messages: 542
nosy: Marboni
priority: bug
status: unread
title: Repoze module doesn't contain __init__.py

__
Repoze Bugs 

__
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev