TG2 install testers needed

View: New views
20 Messages — Rating Filter:   Alert me  
< Prev | 1 - 2 | Next >

TG2 install testers needed

by Mark Ramm :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


We now have a web-based index for all TG2 related projects.

So installing TG2 should be as simple as:

easy_install -i http://www.turbogears.org/2.0/downloads/1.9.7a1/index
tg.devtools

But this hasn't been widely tested yet, so it's possible that we're
missing a compiled binary somewhere, or have some other problem.

So, if you have a few min, and want to help out could you give the
install a test, and report back to this list with what you find?

I highly recommend using virtualenv for things like this, since it
will keep your site-packages clean.   And you know how exciting a
clean site-packages directory is ;)

So using a virtualenf the steps to test tg2's install would be:

virtualenv --no-site-packages tg1.9.7test
cd tg1.9.7test/
source bin/activate
easy_install -i http://www.turbogears.org/2.0/downloads/1.9.7a1/index
tg.devtools

If you don't have virtualenv installed already you can get it with:

easy_install virtualenv

And you can read more about the wonders of virtualenv here:

http://pypi.python.org/pypi/virtualenv

If all goes well with the install tests, I'll create some tags, and do
the alpha release tomorrow.   (Shh, don't tell anybody, that's a
secret!)

--
Mark Ramm-Christensen
email: mark at compoundthinking dot com
blog: www.compoundthinking.com/blog

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@...
To unsubscribe from this group, send email to turbogears-trunk-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: TG2 install testers needed

by Roger Demetrescu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Mon, Jun 30, 2008 at 19:43, Mark Ramm <mark.mchristensen@...> wrote:

>
> We now have a web-based index for all TG2 related projects.
>
> So installing TG2 should be as simple as:
>
> easy_install -i http://www.turbogears.org/2.0/downloads/1.9.7a1/index
> tg.devtools
>
> But this hasn't been widely tested yet, so it's possible that we're
> missing a compiled binary somewhere, or have some other problem.
>
> So, if you have a few min, and want to help out could you give the
> install a test, and report back to this list with what you find?


Everything run ok on my Windows 2000 machine (with virtualenv) ...  :)


Cheers,

Roger

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@...
To unsubscribe from this group, send email to turbogears-trunk-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: TG2 install testers needed

by Dean Landolt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Worked like a charm for me on ubuntu hardy. Trying on my XP box now.

On Mon, Jun 30, 2008 at 6:43 PM, Mark Ramm <mark.mchristensen@...> wrote:

We now have a web-based index for all TG2 related projects.

So installing TG2 should be as simple as:

easy_install -i http://www.turbogears.org/2.0/downloads/1.9.7a1/index
tg.devtools

But this hasn't been widely tested yet, so it's possible that we're
missing a compiled binary somewhere, or have some other problem.

So, if you have a few min, and want to help out could you give the
install a test, and report back to this list with what you find?

I highly recommend using virtualenv for things like this, since it
will keep your site-packages clean.   And you know how exciting a
clean site-packages directory is ;)

So using a virtualenf the steps to test tg2's install would be:

virtualenv --no-site-packages tg1.9.7test
cd tg1.9.7test/
source bin/activate
easy_install -i http://www.turbogears.org/2.0/downloads/1.9.7a1/index
tg.devtools

If you don't have virtualenv installed already you can get it with:

easy_install virtualenv

And you can read more about the wonders of virtualenv here:

http://pypi.python.org/pypi/virtualenv

If all goes well with the install tests, I'll create some tags, and do
the alpha release tomorrow.   (Shh, don't tell anybody, that's a
secret!)

--
Mark Ramm-Christensen
email: mark at compoundthinking dot com
blog: www.compoundthinking.com/blog




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@...
To unsubscribe from this group, send email to turbogears-trunk-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: TG2 install testers needed

by Dean Landolt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

A few problems on XP but no showstoppers. Compiling simplejson choked but oh well.

I also got a whole lot of:

WARNING: can't process usr/lib/python2.5/site-packages/py/apigen/style.css

And so on...

I'm not sure what these warnings are all about, but it looks like there are some hardcoded *nix paths somewhere. Hard to tell. I'm still trying to figure out how to actually use paster in an XP virtualenv to test it out, but it looks like this install works too.


On Mon, Jun 30, 2008 at 7:26 PM, Dean Landolt <dean@...> wrote:
Worked like a charm for me on ubuntu hardy. Trying on my XP box now.


On Mon, Jun 30, 2008 at 6:43 PM, Mark Ramm <mark.mchristensen@...> wrote:

We now have a web-based index for all TG2 related projects.

So installing TG2 should be as simple as:

easy_install -i http://www.turbogears.org/2.0/downloads/1.9.7a1/index
tg.devtools

But this hasn't been widely tested yet, so it's possible that we're
missing a compiled binary somewhere, or have some other problem.

So, if you have a few min, and want to help out could you give the
install a test, and report back to this list with what you find?

I highly recommend using virtualenv for things like this, since it
will keep your site-packages clean.   And you know how exciting a
clean site-packages directory is ;)

So using a virtualenf the steps to test tg2's install would be:

virtualenv --no-site-packages tg1.9.7test
cd tg1.9.7test/
source bin/activate
easy_install -i http://www.turbogears.org/2.0/downloads/1.9.7a1/index
tg.devtools

If you don't have virtualenv installed already you can get it with:

easy_install virtualenv

And you can read more about the wonders of virtualenv here:

http://pypi.python.org/pypi/virtualenv

If all goes well with the install tests, I'll create some tags, and do
the alpha release tomorrow.   (Shh, don't tell anybody, that's a
secret!)

--
Mark Ramm-Christensen
email: mark at compoundthinking dot com
blog: www.compoundthinking.com/blog





--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@...
To unsubscribe from this group, send email to turbogears-trunk-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: TG2 install testers needed

by Mark Ramm :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


> A few problems on XP but no showstoppers. Compiling simplejson choked but oh
> well.

I forgot there was c speedups in simplejson, I'll add precompiled
binaries to the index tonight.


> I also got a whole lot of:
>
> WARNING: can't process usr/lib/python2.5/site-packages/py/apigen/style.css

the py module is only used for unit testing by the sqlalchemy-migrate
folks.   So, i think you can safely ignore these for now.

Thanks for the testing and the feedback!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@...
To unsubscribe from this group, send email to turbogears-trunk-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: TG2 install testers needed

by Mark Ramm :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


> Everything run ok on my Windows 2000 machine (with virtualenv) ...  :)

Awesome, thanks!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@...
To unsubscribe from this group, send email to turbogears-trunk-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: TG2 install testers needed

by Bruno J. M. Melo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Everything works fine in my Ubuntu 7.10 (x89_64) using virtualenv...

On Mon, Jun 30, 2008 at 8:42 PM, Mark Ramm <mark.mchristensen@...> wrote:

> Everything run ok on my Windows 2000 machine (with virtualenv) ...  :)

Awesome, thanks!





--
bj
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@...
To unsubscribe from this group, send email to turbogears-trunk-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: TG2 install testers needed

by Sanjiv :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Another positive confirmation on Ubuntu Hardy. Congrats Mark :)

The DBSprockets package took some time to download. Will it be a good
idea to remove the  several large images present in the docs?

Regards
Sanjiv

On Jul 1, 3:43 am, "Mark Ramm" <mark.mchristen...@...> wrote:

> We now have a web-based index for all TG2 related projects.
>
> So installing TG2 should be as simple as:
>
> easy_install -ihttp://www.turbogears.org/2.0/downloads/1.9.7a1/index
> tg.devtools
>
> But this hasn't been widely tested yet, so it's possible that we're
> missing a compiled binary somewhere, or have some other problem.
>
> So, if you have a few min, and want to help out could you give the
> install a test, and report back to this list with what you find?
>
> I highly recommend using virtualenv for things like this, since it
> will keep your site-packages clean.   And you know how exciting a
> clean site-packages directory is ;)
>
> So using a virtualenf the steps to test tg2's install would be:
>
> virtualenv --no-site-packages tg1.9.7test
> cd tg1.9.7test/
> source bin/activate
> easy_install -ihttp://www.turbogears.org/2.0/downloads/1.9.7a1/index
> tg.devtools
>
> If you don't have virtualenv installed already you can get it with:
>
> easy_install virtualenv
>
> And you can read more about the wonders of virtualenv here:
>
> http://pypi.python.org/pypi/virtualenv
>
> If all goes well with the install tests, I'll create some tags, and do
> the alpha release tomorrow.   (Shh, don't tell anybody, that's a
> secret!)
>
> --
> Mark Ramm-Christensen
> email: mark at compoundthinking dot com
> blog:www.compoundthinking.com/blog
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@...
To unsubscribe from this group, send email to turbogears-trunk-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: TG2 install testers needed

by Nicky Ayoub :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Works like a charm on Fedora 8. I will do 9 asap.

Nicky

On Mon, Jun 30, 2008 at 3:43 PM, Mark Ramm <mark.mchristensen@...> wrote:
...
So using a virtualenf the steps to test tg2's install would be:

virtualenv --no-site-packages tg1.9.7test
cd tg1.9.7test/
source bin/activate
easy_install -i http://www.turbogears.org/2.0/downloads/1.9.7a1/index
tg.devtools
... 
----~------~----~------~--~---




--
Diogenes  - "What I like to drink most is wine that belongs to others."
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@...
To unsubscribe from this group, send email to turbogears-trunk-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: TG2 install testers needed

by Leandro Lucarella-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Mark Ramm, el 30 de junio a las 18:43 me escribiste:

>
> We now have a web-based index for all TG2 related projects.
>
> So installing TG2 should be as simple as:
>
> easy_install -i http://www.turbogears.org/2.0/downloads/1.9.7a1/index
> tg.devtools
>
> But this hasn't been widely tested yet, so it's possible that we're
> missing a compiled binary somewhere, or have some other problem.
>
> So, if you have a few min, and want to help out could you give the
> install a test, and report back to this list with what you find?
>
> I highly recommend using virtualenv for things like this, since it
> will keep your site-packages clean.   And you know how exciting a
> clean site-packages directory is ;)
>
> So using a virtualenf the steps to test tg2's install would be:
>
> virtualenv --no-site-packages tg1.9.7test
> cd tg1.9.7test/
> source bin/activate
> easy_install -i http://www.turbogears.org/2.0/downloads/1.9.7a1/index
> tg.devtools

All went well with Debian unstable quickstarting a hello world.

I just found a little odd that when I start the server I get this:
$ paster serve development.ini

['__builtins__', '__doc__', '__file__', '__name__', '__path__', 'config', 'lib', 'model']
Starting server in PID 32029.
serving on 0.0.0.0:8080 view at http://127.0.0.1:8080

The print dir(...) came from here:
TurboGears2-1.9.7a1-py2.5.egg/tg/environment.py:35

I guess that shouldn't be there, right?

--
Leandro Lucarella (luca) | Blog colectivo: http://www.mazziblog.com.ar/blog/
----------------------------------------------------------------------------
GPG Key: 5F5A8D05 (F8CD F9A7 BF00 5431 4145  104C 949E BFB6 5F5A 8D05)
----------------------------------------------------------------------------
La esperanza es una amiga que nos presta la ilusión.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@...
To unsubscribe from this group, send email to turbogears-trunk-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: TG2 install testers needed

by Mark Ramm :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


> The print dir(...) came from here:
> TurboGears2-1.9.7a1-py2.5.egg/tg/environment.py:35
>
> I guess that shouldn't be there, right?

Yep, I'll remove it from SVN right now.   I already tagged everything
for the release, so I don't think I'll go back and redo all of that
because of one print statement, but we'll definitely be more careful
in the future. ;)

Thanks!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@...
To unsubscribe from this group, send email to turbogears-trunk-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: TG2 install testers needed

by Leandro Lucarella-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Mark Ramm, el  1 de julio a las 12:12 me escribiste:

>
> > The print dir(...) came from here:
> > TurboGears2-1.9.7a1-py2.5.egg/tg/environment.py:35
> >
> > I guess that shouldn't be there, right?
>
> Yep, I'll remove it from SVN right now.   I already tagged everything
> for the release, so I don't think I'll go back and redo all of that
> because of one print statement, but we'll definitely be more careful
> in the future. ;)

Well, being an alpha release, I guess it's ok to have that little
artifact =)

--
Leandro Lucarella (luca) | Blog colectivo: http://www.mazziblog.com.ar/blog/
----------------------------------------------------------------------------
GPG Key: 5F5A8D05 (F8CD F9A7 BF00 5431 4145  104C 949E BFB6 5F5A 8D05)
----------------------------------------------------------------------------
I would drape myself in velvet if it were socially acceptable.
        -- George Constanza


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@...
To unsubscribe from this group, send email to turbogears-trunk-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: TG2 install testers needed

by percious :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


works great on OS X 10.5, python 2.5.2 (virtualenv)

Here is a screencast to help those who want to test:
http://blip.tv/file/1041050/
~or~
http://showmedo.com/videos/video?name=2870000&fromSeriesID=287
The video is about 8 1/2 minutes long.

cheers.
-chris



On Jul 1, 10:36 am, Leandro Lucarella <llu...@...> wrote:

> Mark Ramm, el  1 de julio a las 12:12 me escribiste:
>
>
>
> > > The print dir(...) came from here:
> > > TurboGears2-1.9.7a1-py2.5.egg/tg/environment.py:35
>
> > > I guess that shouldn't be there, right?
>
> > Yep, I'll remove it from SVN right now.   I already tagged everything
> > for the release, so I don't think I'll go back and redo all of that
> > because of one print statement, but we'll definitely be more careful
> > in the future. ;)
>
> Well, being an alpha release, I guess it's ok to have that little
> artifact =)
>
> --
> Leandro Lucarella (luca) | Blog colectivo:http://www.mazziblog.com.ar/blog/
> ----------------------------------------------------------------------------
> GPG Key: 5F5A8D05 (F8CD F9A7 BF00 5431 4145  104C 949E BFB6 5F5A 8D05)
> ----------------------------------------------------------------------------
> I would drape myself in velvet if it were socially acceptable.
>         -- George Constanza
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@...
To unsubscribe from this group, send email to turbogears-trunk-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: TG2 install testers needed

by Kevin Horn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sorry to be late to the party, but...

Installed on XP, Python 2.5 today and got basically the same results as Dean.

lots of "Could not process" errors, adn simplejson compile choked.

I should note that I do have mingw set up properly to compile python extensions on this machine, but it doesn't appear to work from within a virtualenv (not surprising).

Installing outside of virtualenv appeared to work fine, without the errors described above (though with the familiar dependency conflict issues, but that's kind of expected).

Kevin Horn

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@...
To unsubscribe from this group, send email to turbogears-trunk-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: TG2 install testers needed

by seanodonnell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Installed on Ubuntu hardy with all updates,

No problems whatsoever, quickstarted a project and started the server
without problems too.

Great work!

Sean


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@...
To unsubscribe from this group, send email to turbogears-trunk-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: TG2 install testers needed

by Mark Ramm :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Any chance you (or anyone) could send us binary eggs for simplejson for windows?

It appears that simplejson has no such eggs in the cheeseshop for us.

--Mark Ramm

On Wed, Jul 2, 2008 at 6:24 PM, Kevin Horn <kevin.horn@...> wrote:
Sorry to be late to the party, but...

Installed on XP, Python 2.5 today and got basically the same results as Dean.

lots of "Could not process" errors, adn simplejson compile choked.

I should note that I do have mingw set up properly to compile python extensions on this machine, but it doesn't appear to work from within a virtualenv (not surprising).

Installing outside of virtualenv appeared to work fine, without the errors described above (though with the familiar dependency conflict issues, but that's kind of expected).

Kevin Horn






--
Mark Ramm-Christensen
email: mark at compoundthinking dot com
blog: www.compoundthinking.com/blog

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@...
To unsubscribe from this group, send email to turbogears-trunk-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: TG2 install testers needed

by Florent Aide :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Thu, Jul 3, 2008 at 4:01 PM, Mark Ramm <mark.mchristensen@...> wrote:
> Any chance you (or anyone) could send us binary eggs for simplejson for
> windows?
>
> It appears that simplejson has no such eggs in the cheeseshop for us.
>
> --Mark Ramm


they are already at:

http://files.turbogears.org/eggs/

and

http://www.turbogears.org/download/filelist.html

Florent.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@...
To unsubscribe from this group, send email to turbogears-trunk-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: TG2 install testers needed

by Mark Ramm :: Rate this Message: