From: Carl W. <car...@ya...> - 2006-09-09 20:52:51
I've just unzipped PythonCard on a linux box. I can't find a configure script, or any other instructions about how to install it, other than simply placing the directory under site-packages, but that won't make it visible.
Please advise,
Carl
From: Steve F. <sf...@ih...> - 2006-09-09 21:40:44
cd into the PythonCard directory. Then:
python setup.py build
sudo python setup.py install
IIRC, that is. :-)
On Sat, 2006-09-09 at 13:52 -0700, Carl Wenrich wrote:
> I've just unzipped PythonCard on a linux box. I can't find a configure
> script, or any other instructions about how to install it, other than
> simply placing the directory under site-packages, but that won't make
> it visible.
>
> Please advise,
>
> Carl
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________ Pythoncard-users mailing list Pyt...@li... https://lists.sourceforge.net/lists/listinfo/pythoncard-users
Carl Wenrich wrote:
> I've just unzipped PythonCard on a linux box. I can't find a configure
> script, or any other instructions about how to install it, other than
> simply placing the directory under site-packages, but that won't make it
> visible.
>
> Please advise,
>
> Carl
>
>
Did you take a look at the Linux installation instructions;
http://pythoncard.sourceforge.net/linux_installation.html
If you're on a distribution that supports RPM package installation like
Red Hat or one that supports deb packages like Ubuntu you don't need to
perform an installation from source.
I do note that we don't have any instructions on installing from source
though, I'll see what I can do to fix that.
Regards,
Andy
--
--------------------------------------------------------------------------------
From the desk of Andrew J Todd esq - http://www.halfcooked.com/
From: Steve F. <sf...@ih...> - 2006-09-11 11:22:02
> Did you take a look at the Linux installation instructions;
>
> http://pythoncard.sourceforge.net/linux_installation.html
>
> If you're on a distribution that supports RPM package installation like
> Red Hat or one that supports deb packages like Ubuntu you don't need to
> perform an installation from source.
We ought to change the Debian-oriented installation instructions on that
web page because the Debian package has been orphaned (or is in process
of becoming so) and is out of date. I exchanged emails with the former
(still listed?) maintainer, and he said he didn't have time to do it any
longer.
Of course, a body who wants to maintain the Debian package is preferable
to amending the Debian instrucs to read "sudo python setup.py install",
but if wishes were horses blah blah.
Steve