Re: wxPython 2.8?

2007-09-10 Thread Martin Tournoij
On Sun 09 Sep 2007 21:09, Luke Dean wrote:
 
 
 On Mon, 10 Sep 2007, Martin Tournoij wrote:
 
 On Sun 09 Sep 2007 15:09, Luke Dean wrote:
 
 I've got a Python app that seems to require wxPython 2.8.
 The ports collection only has 2.6.
 Do you think it would it be worthwhile for me to download the source and 
 attempt to compile it on my system or should I ask the port
 maintainer?
 
 wxgtk 2.8 is in the ports collection(x11/toolkits/wxgtk28), you're
 probably using an outdated snapshot of the ports collection.
 See the FreeBSD handbook on how to update your ports collection:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html
 
 I guess I don't understand the relationship between wxPython and wxgtk.
 wxPython 2.6 builds with wxgtk 2.6 by default.  If it works with wxgtk
 2.8, maybe that's what I need.  I'll give it a shot.  Thanks.

Ignore my previous post, it was late and I thought you couldn't find
wxgtk2.8, I kind of missed the wxPython part ... :/
My fault, I'm sorry.

I've cc-ed this email to the maintainer of py-wxPython26, I will look into
creating a port for py-wxPython28 later today.

Regards,
Martin Tournoij
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: wxPython 2.8?

2007-09-10 Thread Neal Nelson
On Mon, 2007-09-10 at 09:49 +0200, Martin Tournoij wrote:
 On Sun 09 Sep 2007 21:09, Luke Dean wrote:
  
  
  On Mon, 10 Sep 2007, Martin Tournoij wrote:
  
  On Sun 09 Sep 2007 15:09, Luke Dean wrote:
  
  I've got a Python app that seems to require wxPython 2.8.
  The ports collection only has 2.6.
  Do you think it would it be worthwhile for me to download the source and 
  attempt to compile it on my system or should I ask the port
  maintainer?
  
  wxgtk 2.8 is in the ports collection(x11/toolkits/wxgtk28), you're
  probably using an outdated snapshot of the ports collection.
  See the FreeBSD handbook on how to update your ports collection:
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html
  
  I guess I don't understand the relationship between wxPython and wxgtk.
  wxPython 2.6 builds with wxgtk 2.6 by default.  If it works with wxgtk
  2.8, maybe that's what I need.  I'll give it a shot.  Thanks.
 
 Ignore my previous post, it was late and I thought you couldn't find
 wxgtk2.8, I kind of missed the wxPython part ... :/
 My fault, I'm sorry.
 
 I've cc-ed this email to the maintainer of py-wxPython26, I will look into
 creating a port for py-wxPython28 later today.

I have already submitted a port for wxPython 2.8 some weeks ago but for
some reason it's languishing in the pr database. So if you want the port
badly, hassle some committer to get it committed.

For your reference the relevant PRs are: 115349 for the base port,
115350 for the common parts and 115351 for the unicode port.

Regards,

Neal.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: wxPython 2.8?

2007-09-10 Thread Luke Dean



On Mon, 10 Sep 2007, Martin Tournoij wrote:


On Sun 09 Sep 2007 21:09, Luke Dean wrote:



On Mon, 10 Sep 2007, Martin Tournoij wrote:


On Sun 09 Sep 2007 15:09, Luke Dean wrote:


I've got a Python app that seems to require wxPython 2.8.
The ports collection only has 2.6.
Do you think it would it be worthwhile for me to download the source and 
attempt to compile it on my system or should I ask the port
maintainer?


wxgtk 2.8 is in the ports collection(x11/toolkits/wxgtk28), you're
probably using an outdated snapshot of the ports collection.
See the FreeBSD handbook on how to update your ports collection:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html


I guess I don't understand the relationship between wxPython and wxgtk.
wxPython 2.6 builds with wxgtk 2.6 by default.  If it works with wxgtk
2.8, maybe that's what I need.  I'll give it a shot.  Thanks.


Ignore my previous post, it was late and I thought you couldn't find
wxgtk2.8, I kind of missed the wxPython part ... :/
My fault, I'm sorry.

I've cc-ed this email to the maintainer of py-wxPython26, I will look into
creating a port for py-wxPython28 later today.

Regards,
Martin Tournoij


Thank you!
After I read a bit more about what wxPython really is, I realized that 
wxPython and wxgtk should be at the same version.  In the spirit of open 
source, I attempted this myself.


I installed wxgtk 2.8 from ports, then fetched the wxPython 2.8 source and 
attempted to port it following the example of the wxPython 2.6 makefile, 
but I got compillation errors early in the process in some gtk code.  This 
made me think that perhaps the wxPython source I fetched might not be 
compatible with the wxgtk source I got from the ports system.  I believe 
these versions are under development, so I suppose they change frequently 
and it may be difficult to get them to match up.  Or maybe I really don't 
know what I'm doing.  I've never attempted to port anything as complex as 
a toolkit before.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: wxPython 2.8?

2007-09-10 Thread Luke Dean



On Mon, 10 Sep 2007, Neal Nelson wrote:


On Mon, 2007-09-10 at 09:49 +0200, Martin Tournoij wrote:

On Sun 09 Sep 2007 21:09, Luke Dean wrote:



On Mon, 10 Sep 2007, Martin Tournoij wrote:


On Sun 09 Sep 2007 15:09, Luke Dean wrote:


I've got a Python app that seems to require wxPython 2.8.
The ports collection only has 2.6.
Do you think it would it be worthwhile for me to download the source and 
attempt to compile it on my system or should I ask the port
maintainer?


wxgtk 2.8 is in the ports collection(x11/toolkits/wxgtk28), you're
probably using an outdated snapshot of the ports collection.
See the FreeBSD handbook on how to update your ports collection:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html


I guess I don't understand the relationship between wxPython and wxgtk.
wxPython 2.6 builds with wxgtk 2.6 by default.  If it works with wxgtk
2.8, maybe that's what I need.  I'll give it a shot.  Thanks.


Ignore my previous post, it was late and I thought you couldn't find
wxgtk2.8, I kind of missed the wxPython part ... :/
My fault, I'm sorry.

I've cc-ed this email to the maintainer of py-wxPython26, I will look into
creating a port for py-wxPython28 later today.


I have already submitted a port for wxPython 2.8 some weeks ago but for
some reason it's languishing in the pr database. So if you want the port
badly, hassle some committer to get it committed.

For your reference the relevant PRs are: 115349 for the base port,
115350 for the common parts and 115351 for the unicode port.

Regards,

Neal.


Ah, I didn't think to search for PRs.  I should've looked there.
I will try to check this out tonight and pass along any feedback I can 
give. 
Thank you for your work!

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


wxPython 2.8?

2007-09-09 Thread Luke Dean


I've got a Python app that seems to require wxPython 2.8.
The ports collection only has 2.6.
Do you think it would it be worthwhile for me to download the source and 
attempt to compile it on my system or should I ask the port maintainer?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: wxPython 2.8?

2007-09-09 Thread Martin Tournoij
On Sun 09 Sep 2007 15:09, Luke Dean wrote:
 
 I've got a Python app that seems to require wxPython 2.8.
 The ports collection only has 2.6.
 Do you think it would it be worthwhile for me to download the source and 
 attempt to compile it on my system or should I ask the port 
 maintainer?

wxgtk 2.8 is in the ports collection(x11/toolkits/wxgtk28), you're
probably using an outdated snapshot of the ports collection.
See the FreeBSD handbook on how to update your ports collection:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html

Regards,
Martin Tournoij
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: wxPython 2.8?

2007-09-09 Thread Luke Dean



On Mon, 10 Sep 2007, Martin Tournoij wrote:


On Sun 09 Sep 2007 15:09, Luke Dean wrote:


I've got a Python app that seems to require wxPython 2.8.
The ports collection only has 2.6.
Do you think it would it be worthwhile for me to download the source and 
attempt to compile it on my system or should I ask the port
maintainer?


wxgtk 2.8 is in the ports collection(x11/toolkits/wxgtk28), you're
probably using an outdated snapshot of the ports collection.
See the FreeBSD handbook on how to update your ports collection:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html


I guess I don't understand the relationship between wxPython and wxgtk.
wxPython 2.6 builds with wxgtk 2.6 by default.  If it works with wxgtk
2.8, maybe that's what I need.  I'll give it a shot.  Thanks.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]