Hello,
I see that it is possible to use mmapfile.pyd of win32all. The same is
mentioned in http://www.python.org/windows/win32/#mmapfile.
Unfortunately I could not trace any example using mmapfile.
Any example or link to an example will be of help. I am interested to
learn how to achieve efficien
Hello,
Here are code snippets to create and access shared memory in Python
with and without ctypes module.
With regards,
Srijit
Filename : SharedMemCreate.py
import msvcrt, mmap
from ctypes import *
FILE_MAP_ALL_ACCESS = 0xF001F
INVALID_HANDLE_VALUE = 0x
SHMEMSIZE = 256
PAGE_READWRITE =
Hello,
I have posted a similar message in SciPy mailing list. I hope it is ok
to also post it here.
I am looking for Python 2.4 Binaries (Windows)of SciPy. Are there any
plans to upload Python 2.4 binaries?
Best Regards,
/Srijit
--
http://mail.python.org/mailman/listinfo/python-list
Hello,
Here is an example of Multithreaded Pipe Server and Client using the
excellent ctypes library (Windows).
Reference - MSDN:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ipc/base/multithreaded_pipe_server.asp
and
http://msdn.microsoft.com/library/default.asp?url=/library/
Hello,
I am quite familiar with Mark Hammond's win32all. It is excellent.
However, I wish that there was more documentation of win32all beyond
existing PyWin32.chm. I am aware of "Python Programming on Win32" but I
do not have access to it at present.
Best Regards,
/Srijit
--
http://mail.python.
Hello,
Here is some sample code with pywin32 build 203 and ctypes 0.9.6.
Best regards,
/Srijit
File: SharedMemCreate_Mutex_win32all.py
# This application should be used with SharedMemAccess_Mutex_ctypes.py
or SharedMemAccess_Mutex_win32all.py
#~ a) Creates a shared memory
#~ b) Creates or Opens
I am looking for possible options to interface Modelica
(http://www.modelica.org/) with Python (scipy and numpy). Any
suggestions?
Best Regards,
Srijit
--
http://mail.python.org/mailman/listinfo/python-list
,
Srijit
[EMAIL PROTECTED] wrote:
> Srijit Kumar Bhadra wrote:
> > I am looking for possible options to interface Modelica
> > (http://www.modelica.org/) with Python (scipy and numpy). Any
> > suggestions?
>
> When you say "interface", what do you mean?
>
>
I am new to lxml. I am interested to know the equivalent code using
lxml (http://cheeseshop.python.org/pypi/lxml/1.1alpha). The code is
taken from http://effbot.org/zone/xml-writer.htm
from elementtree.SimpleXMLWriter import XMLWriter
import sys
w = XMLWriter(sys.stdout)
html = w.start("html")
I have browsed the following links
1) http://peak.telecommunity.com/DevCenter/EasyInstall
2) When Python *Eggs* better than Python *distutils*?? What's Eggs?
(http://tinyurl.com/m8dyd)
But I am still not clear what to do with an .egg file. For example, if
I have a basic Python installation
(http:/
is always sufficient to have only MinGW GCC installation
on my Win XP machine and not MS Visual Studio.
Best Regards,
Srijit
Srijit Kumar Bhadra wrote:
> I have browsed the following links
> 1) http://peak.telecommunity.com/DevCenter/EasyInstall
> 2) When Python *Eggs* better than Python *d
Was it IronPython 0.7.x or standard Python 2.4.1?
Regards,
/Srijit
--
http://mail.python.org/mailman/listinfo/python-list
I am trying to learn SIP (http://www.riverbankcomputing.co.uk/sip/)
these days. I do not see any examples similar to SWIG.
http://www.swig.org/doc.html
has lots of examples. But for SIP, all I see is a reference guide
(http://www.riverbankcomputing.com/Docs/sip4/sipref.html).
Examples help. Where
Is there any specific reason for not using MinGW to build the official
distribution of Python for Win32?
A quick Google search did not reveal the answer to my question. If a
link is available, please post it.
Best Regards,
Srijit
--
http://mail.python.org/mailman/listinfo/python-list
I am looking for the file Python Wrapper Tools; a Performance Study
(http://people.web.psi.ch/geus/talks/europython2004_geus.pdf). The
link seems to be no longer valid.
If someone has a local copy, I request him/her to share it.
/Srijit
--
http://mail.python.org/mailman/listinfo/python-list
Cython Installation on Windows documentation (http://wiki.cython.org/
InstallingOnWindows) needs a minor but important change.
Under section "MinGW Compiler" [build] compiler = mingw32 should be
replaced by the following lines (i.e. disutils.cfg should have the
following lines)
[build]
compiler=m
Is there any reason why lxml-2.2.4-py2.6-win32.egg (md5) or
lxml-2.2.4.win32-py2.6.exe is not available?
Best regards,
/Srijit
--
http://mail.python.org/mailman/listinfo/python-list
17 matches
Mail list logo