"Fredrik Lundh" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
| Twig wrote:
|
| > Would it work if I just install Python locally (yes, Win..) and copy
the
| > files to shared dir/drive?
|
| absolutely.
|
| 1) do a local install to, say, c:\python24
|
| 2) check if the python DLL (p
Twig wrote:
> Would it work if I just install Python locally (yes, Win..) and copy the
> files to shared dir/drive?
absolutely.
1) do a local install to, say, c:\python24
2) check if the python DLL (python24.dll) was installed along the
python.exe file in that directory.
if not, copy it from \
"Twig" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
| Szabolcs Nagy wrote:
| >>Is this possible?
| >
| > yes: movable python
| > http://www.voidspace.org.uk/python/movpy/introduction.html
| >
|
| Thanks! Also found this:
|
| http://arctrix.com/nas/python/standalone.html
BTW,
Wou
Szabolcs Nagy wrote:
>>Is this possible?
>
> yes: movable python
> http://www.voidspace.org.uk/python/movpy/introduction.html
>
Thanks! Also found this:
http://arctrix.com/nas/python/standalone.html
--
http://mail.python.org/mailman/listinfo/python-list
> Is this possible?
yes: movable python
http://www.voidspace.org.uk/python/movpy/introduction.html
--
http://mail.python.org/mailman/listinfo/python-list
Hello,
I have a need to have python on intranet server for other users to
create a common tool base for working community (SW). So that workers
can take it in use just by mapping the drive adding dirs to paths.
Need to have all standard modules at the same place, so there would not
be any loca