I tried to run wxpython 2.8.7.1 (which is not in gutsy packages, so I downloaded
the .deb), but it complained about libc6 was not "satisfiable".
Yesterday I downloaded the tar.gz archive, but if I ran ./configure, there
was something with gtk not installed and stopped here.
I want to have a profund installation of wxPython on KUbuntu 7.10
The Checkout, I would make on the windows XP partition, so I could have
access to the source from Linux and Windows.
With debug build, I would have to checkout und build both, wxWidgtets
and wxPython? I want the latest version.
So checkout from svn:
"svn checkout" http://svn.wxwidgets.org/svn/wx/wxWidgets/trunk/
http://svn.wxwidgets.org/svn/wx/wxPython/trunk/
would be ok?
and following the build
http://www.wxpython.org/builddoc.php
(I want to make a right install in python25/sitepackages, so I don't need
to take care on the install instruction, right?
···
--
Franz Steinhaeusler
You don't have to build packages for Gutsy. There are alredy built versions.
Check out:
http://wiki.wxpython.org/InstallingOnUbuntuOrDebian
Franz Steinhaeusler wrote:
···
I tried to run wxpython 2.8.7.1 (which is not in gutsy packages, so I downloaded
the .deb), but it complained about libc6 was not "satisfiable".
Yesterday I downloaded the tar.gz archive, but if I ran ./configure, there
was something with gtk not installed and stopped here.
I want to have a profund installation of wxPython on KUbuntu 7.10
The Checkout, I would make on the windows XP partition, so I could have
access to the source from Linux and Windows.
With debug build, I would have to checkout und build both, wxWidgtets
and wxPython? I want the latest version.
So checkout from svn:
"svn checkout" http://svn.wxwidgets.org/svn/wx/wxWidgets/trunk/
http://svn.wxwidgets.org/svn/wx/wxPython/trunk/
would be ok?
and following the build
http://www.wxpython.org/builddoc.php
(I want to make a right install in python25/sitepackages, so I don't need
to take care on the install instruction, right?
Thanks, I tried that yesterday, but it didn't work for 2.8.7.1.
Anyway, it would be cool to compile and build myself, so
with checking out here and then, recompile, I always have the
last version from trunk.
···
On Thu, 27 Mar 2008 13:14:00 +0100, Petar Dimitrijevic <petar.dimitrijevic@gmail.com> wrote:
You don't have to build packages for Gutsy. There are alredy built versions.
Check out:
InstallingOnUbuntuOrDebian - wxPyWiki
--
Franz Steinhaeusler
Franz Steinhaeusler wrote:
You don't have to build packages for Gutsy. There are alredy built versions.
Check out:
InstallingOnUbuntuOrDebian - wxPyWiki
Thanks, I tried that yesterday, but it didn't work for 2.8.7.1.
Hm that's weird cause I'm using it on Ubuntu Gutsy with no trouble at all.
Anyway, it would be cool to compile and build myself, so
with checking out here and then, recompile, I always have the
last version from trunk.
I've been doing that while I was developing on an Debian Etch machine
cause the default python was 2.4 while I needed 2.5.
So back to your old e-mail then:
I tried to run wxpython 2.8.7.1 (which is not in gutsy packages, so I downloaded
the .deb), but it complained about libc6 was not "satisfiable".
Yesterday I downloaded the tar.gz archive, but if I ran ./configure, there
was something with gtk not installed and stopped here.
Have you installed the required devel libraries for gtk ? That would be
libgtk-dev.
I want to have a profund installation of wxPython on KUbuntu 7.10
The Checkout, I would make on the windows XP partition, so I could have
access to the source from Linux and Windows.
With debug build, I would have to checkout und build both, wxWidgtets
and wxPython? I want the latest version.
So checkout from svn:
"svn checkout" http://svn.wxwidgets.org/svn/wx/wxWidgets/trunk/
http://svn.wxwidgets.org/svn/wx/wxPython/trunk/
would be ok?
That should be ok.
and following the build
http://www.wxpython.org/builddoc.php
(I want to make a right install in python25/sitepackages, so I don't need
to take care on the install instruction, right?
You mean install location ?
If no install location is provided then wxPython will be installed in
the default python packages (sitepackages directory).
···
On Thu, 27 Mar 2008 13:14:00 +0100, Petar Dimitrijevic <petar.dimitrijevic@gmail.com> wrote: