[tg-trunk] Re: Problems TG2 Wiki-Tutorial with initializeDB.py

2008-10-22 Thread Florent Aide
On Wed, Oct 22, 2008 at 8:30 PM, Rafael <[EMAIL PROTECTED]> wrote: > > Here my site-packages directory please avoid: top posting & and large text dumps postings. use http://paste.turbogears.org instead... --~--~-~--~~~---~--~~ You received this message because you

[tg-trunk] Re: Problems TG2 Wiki-Tutorial with initializeDB.py

2008-10-22 Thread Rafael
Here my site-packages directory El volumen de la unidad C no tiene etiqueta. El n£mero de serie del volumen es: 7C82-BB95 Directorio de C:\tg2env\Lib\site-packages 22/10/2008 02:24 p.m. . 22/10/2008 02:24 p.m. .. 22/10/2008 12:31 p.m.18.945 AddOns-0.6

[tg-trunk] Re: Problems TG2 Wiki-Tutorial with initializeDB.py

2008-10-22 Thread Rafael
Here tginfo, where is easy_install.pth TurboGears2 Complete Version Information TurboGears2 requires: * genshi 0.5.1 * pastedeploy 1.3.2 * simplejson 1.9.2 * beaker 1.0 * turbogears2 1.9.7a4 * decorator 2.2.0 * pastescript 1.6.3 * webob 0

[tg-trunk] Re: Problems TG2 Wiki-Tutorial with initializeDB.py

2008-10-22 Thread Florent Aide
On Wed, Oct 22, 2008 at 8:06 PM, Rafael <[EMAIL PROTECTED]> wrote: > > Here details > > (tg2env) C:\tg2env>cd wiki-20 [...] > ImportError: No module named zope.sqlalchemy what is the content of your env's site-packages and what is the content of the easy_install.pth ? Florent. PS: please use

[tg-trunk] Re: Problems TG2 Wiki-Tutorial with initializeDB.py

2008-10-22 Thread Rafael
Here details (tg2env) C:\tg2env>cd wiki-20 (tg2env) C:\tg2env\Wiki-20>initializeDB.py Traceback (most recent call last): File "C:\tg2env\Wiki-20\initializeDB.py", line 1, in from wiki20.model import DBSession, Page, metadata File "C:\tg2env\Wiki-20\wiki20\model\__init__.py", line 3, in

[tg-trunk] Re: Problems TG2 Wiki-Tutorial with initializeDB.py

2008-10-22 Thread Rafael
Yes, still get the error about not having the zope.sqlalchemy package On 22 oct, 12:12, "Mark Ramm" <[EMAIL PROTECTED]> wrote: > So, you have the egg in your virtualenvironment's site packages, but > you still get the error about not having the zope.sqlalchemy  package? > > > > > > On Wed, O

[tg-trunk] Re: Problems TG2 Wiki-Tutorial with initializeDB.py

2008-10-22 Thread Rafael
Yes, I run c:\tg2env\scripts\activate into tg2env dir On 22 oct, 12:25, "Florent Aide" <[EMAIL PROTECTED]> wrote: > On Wed, Oct 22, 2008 at 6:18 PM, Rafael <[EMAIL PROTECTED]> wrote: > > > I use cmd.exe > > and you properly activated the venv ? --~--~-~--~~~---~--~

[tg-trunk] Re: Problems TG2 Wiki-Tutorial with initializeDB.py

2008-10-22 Thread Florent Aide
On Wed, Oct 22, 2008 at 6:18 PM, Rafael <[EMAIL PROTECTED]> wrote: > > I use cmd.exe and you properly activated the venv ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this gr

[tg-trunk] Re: Problems TG2 Wiki-Tutorial with initializeDB.py

2008-10-22 Thread Rafael
I use cmd.exe On 22 oct, 12:14, "Florent Aide" <[EMAIL PROTECTED]> wrote: > On Wed, Oct 22, 2008 at 6:12 PM, Mark Ramm <[EMAIL PROTECTED]> wrote: > > > So, you have the egg in your virtualenvironment's site packages, but > > you still get the error about not having the zope.sqlalchemy  package? >

[tg-trunk] Re: Problems TG2 Wiki-Tutorial with initializeDB.py

2008-10-22 Thread Florent Aide
On Wed, Oct 22, 2008 at 6:12 PM, Mark Ramm <[EMAIL PROTECTED]> wrote: > > So, you have the egg in your virtualenvironment's site packages, but > you still get the error about not having the zope.sqlalchemy package? maybe the venv is not activated... On windows you need to use a cmd.exe and not a

[tg-trunk] Re: Problems TG2 Wiki-Tutorial with initializeDB.py

2008-10-22 Thread Mark Ramm
So, you have the egg in your virtualenvironment's site packages, but you still get the error about not having the zope.sqlalchemy package? On Wed, Oct 22, 2008 at 9:09 AM, Rafael <[EMAIL PROTECTED]> wrote: > > I did > > easy_install -i > http://www.turbogears.org/2.0/downloads/current/indextg.d

[tg-trunk] Re: Problems TG2 Wiki-Tutorial with initializeDB.py

2008-10-22 Thread Rafael
I did easy_install -i http://www.turbogears.org/2.0/downloads/current/indextg.devtools from http://www.turbogears.org/2.0/docs/main/DownloadInstall.html#install-... and my directory is C:\tg2env\Lib\site-packages\zope.sqlalchemy-0.3- py2.5.egg On 21 oct, 17:44, "Mark Ramm" <[EMAIL PROTECTED

[tg-trunk] Re: Problems TG2 Wiki-Tutorial with initializeDB.py

2008-10-21 Thread Rafael Hernandez S
> Date: Tue, 21 Oct 2008 17:44:26 -0400> From: [EMAIL PROTECTED]> To: > turbogears-trunk@googlegroups.com> Subject: [tg-trunk] Re: Problems TG2 > Wiki-Tutorial with initializeDB.py> > > On Tue, Oct 21, 2008 at 5:40 PM, > Gustavo Narea <[EMAIL PROTECTED]> wrote:>

[tg-trunk] Re: Problems TG2 Wiki-Tutorial with initializeDB.py

2008-10-21 Thread Mark Ramm
On Tue, Oct 21, 2008 at 5:40 PM, Gustavo Narea <[EMAIL PROTECTED]> wrote: > > On Tuesday October 21, 2008 23:32:47 Rafael wrote: >> When I run the scripts initializeDB.py the systema show message --> >> >> from zope.sqlalchemy import ZopeTransactionExtension >> ImportError: No module named zop

[tg-trunk] Re: Problems TG2 Wiki-Tutorial with initializeDB.py

2008-10-21 Thread Gustavo Narea
On Tuesday October 21, 2008 23:32:47 Rafael wrote: > When I run the scripts initializeDB.py the systema show message --> > > from zope.sqlalchemy import ZopeTransactionExtension > ImportError: No module named zope.sqlalchemy Run: easy_install zope.sqlalchemy -- Gustavo Narea. http://gustavon