WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: python-testing  (Read 14892 times)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: python-testing
« Reply #15 on: August 28, 2009, 02:53:53 AM »
So you want me to remove the current vte which has python module and replace it with the new vte which does not? Making the python module unavailable?

Yes, and keep vtemodule here till 2.6.2 will be official and moved to the main repository. Actually I do not aware any application in the repo using vtemodule, its existence is just a side effect :)

To be serious, please mocve vte to main. If somone will claim the missing vtemodule he will find it here.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline JoXo009

  • Full Member
  • ***
  • Posts: 152
Re: python-testing
« Reply #16 on: August 28, 2009, 02:57:36 AM »

When offering the new python 2.6 extension please take in consideration to offer a python 2.5 extension too.

In principle different python versions can be used in parallel, so I hope two different extensions can coexist side by side.

Anyway a python 2.5 version is needed. Important applications as Google Appengine rely on python 2.5 and don't work with python 2.6*.


Maybe the python 2.5 version even could be updated for ssl and sqlite support.

____________
* see fourth paragraph: 'App Engine supports Python 2.5'
http://code.google.com/appengine/docs/python/overview.html
To my experience this statement has to be read as 'Don't try a newer python version, if you don't want to ruin your results.'

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: python-testing
« Reply #17 on: August 28, 2009, 03:04:23 AM »

When offering the new python 2.6 extension please take in consideration to offer a python 2.5 extension too.

In principle different python versions can be used in parallel, so I hope two different extensions can coexist side by side.

Anyway a python 2.5 version is needed. Important applications as Google Appengine rely on python 2.5 and don't work with python 2.6*.


Maybe the python 2.5 version even could be updated for ssl and sqlite support.

____________
* see fourth paragraph: 'App Engine supports Python 2.5'
http://code.google.com/appengine/docs/python/overview.html
To my experience this statement has to be read as 'Don't try a newer python version, if you don't want to ruin your results.'

Did you try it with 2.6 ? This statement above says only it works with 2.5 but do not say doesn't work with 2.6 For me it says only that it was built and tested on 2.5 which was the version available that time and ofiicially not tested with 2.6

Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline JoXo009

  • Full Member
  • ***
  • Posts: 152
Re: python-testing
« Reply #18 on: August 28, 2009, 03:10:21 AM »
> Did you try it.

Yes, see my above footnote.

Or ask nickjohnson on the official appengine #freenode channel.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: python-testing
« Reply #19 on: August 28, 2009, 03:20:48 AM »
> Did you try it.

Yes, see my above footnote.

Or ask nickjohnson on the official appengine #freenode channel.

I trust you :)

My advice is to make 2.6.2 official and make 2.5.2 available for those need for backward compatibility.
« Last Edit: August 28, 2009, 03:25:29 AM by bmarkus »
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: python-testing
« Reply #20 on: August 28, 2009, 03:35:59 AM »

Anyway a python 2.5 version is needed. Important applications as Google Appengine rely on python 2.5 and don't work with python 2.6*.


BTW, thanks for mentioning Google Appengine, I didn't know it. Looks really interesting.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: python-testing
« Reply #21 on: August 28, 2009, 04:55:42 AM »
The current python will be renamed python-2.5.2 and still be available in the repo.  It will be the one built with ssl, sqlite, and tk support.   Pygtk I should get to tonite, and with some other python related submissions that are waiting in the gmail account, we are close to being ready for final testing and replacement.  I will move vte to the repo and the waiting python extensions in the queue to storage when I get home tonight.

Thanks to everyone involved for your quick work on this.  
« Last Edit: August 28, 2009, 04:57:21 AM by Jason W »

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: python-testing
« Reply #22 on: August 29, 2009, 06:53:41 AM »
dbus-python will need rebuilding, as well as wicd.  Juanito, I can do dbus-python if you are occuppied now.  I built wicd but there were issues finding the gobject module when running the app.  Time is tight for me right now so I didn't get to troubleshoot and find the issue, but with those two extensions rebuilt that should get us pretty close to completion.

JLS - I can do wicd if you are not able to, but if you could rebuild it that would be a big help.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14626
Re: python-testing
« Reply #23 on: August 29, 2009, 06:59:41 AM »
I'll be able to re-do dbus-python in the next couple of days

Offline robc

  • Sr. Member
  • ****
  • Posts: 447
Re: python-testing
« Reply #24 on: August 31, 2009, 10:22:57 AM »
pygobject needs libffi in its dep file
and pygobject-dev will need libffi-devs
"Never give up! Never surrender!" - Commander Peter Quincy Taggart

"Make it so." - Captain Picard

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: python-testing
« Reply #25 on: August 31, 2009, 02:03:23 PM »
Thanks, will add it in.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14626
Re: python-testing
« Reply #26 on: September 01, 2009, 06:18:07 AM »
dbus-python uploaded

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: python-testing
« Reply #27 on: September 01, 2009, 06:18:34 AM »
I also found an error in pygoject.  WIll fix that soon.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: python-testing
« Reply #28 on: September 01, 2009, 06:23:11 AM »
It looks like wicd is the only package that will be broken by this update. I aim to correct pygobject and have everything copied over by sometime tomorrow.  Wicd will need to be rebuilt, or another version from Debian repackaged that uses python 2.6. 

Offline Kingdomcome

  • Sr. Member
  • ****
  • Posts: 286
Re: python-testing
« Reply #29 on: September 01, 2009, 09:00:58 AM »
Jason,

   Did you receive my three updates dated Aug 28? pysqlite2, SQLAlchemy, and dictclient.  I do not see them in the python-update folder yet.  If you didnt receive, I can resend.

Kingdomcome