Re: Checking refusal of a network connection

2019-06-03 Thread Markus Elfring
are test client would pass the IPv6 address family for a connection, both processes would use the same network protocol version. Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Checking support for network connections from Python client to IPv6 server

2019-06-02 Thread Markus Elfring
transmission seems to succeed by my script “socket-send_json_data2.py” then. Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Checking support for network connections from Python client to IPv6 server

2019-06-02 Thread Markus Elfring
transmission seems to succeed by my script “socket-send_json_data2.py” then. Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Checking support for network connections from Python client to IPv6 server

2019-06-01 Thread Markus Elfring
[Errno -9] Address family for hostname not supported” on my Linux test system then? Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Checking refusal of a network connection

2019-06-01 Thread Markus Elfring
ntification “::1” was passed as a command parameter). Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Checking refusal of a network connection

2019-06-01 Thread Markus Elfring
brary.” also interesting. > So you still need to bind to two addresses. I am unsure about this conclusion. Under which circumstances will the Python programming interfaces support the direct usage of the identification “::1”? Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Checking refusal of a network connection

2019-06-01 Thread Markus Elfring
d > 127.0.0.1 are distinct addresses. How does this view fit to information from the Linux programmer's manual? See also: command “man 7 ipv6” Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Checking refusal of a network connection

2019-06-01 Thread Markus Elfring
uch a connection attempt would be automatically converted to a IPv6 loopback address. Unfortunately, the direct specification “… socket-send_json_data.py --server_id ::1 …” does not work at the moment because of the error message “socket.gaierror: [Errno -9] Address family for hostname not suppo

Re: Checking refusal of a network connection

2019-06-01 Thread Markus Elfring
for the TCP client connection attempt here. > Also, on the service side it isn't enough to create the service socket, > you also need to do an accept IIRC. This should be performed by my implementation of the C++ function “setup”. Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Checking refusal of a network connection

2019-05-31 Thread Markus Elfring
tions work also with a network service address like “[::1]:35529” (which would be used by the C++ server implementation so far)? How does the software situation look like for the support of the IPv6 loopback address? Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Checking refusal of a network connection

2019-05-31 Thread Markus Elfring
rno 111] Connection refused How should this inter-process communication difficulty be resolved? Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Checking network input processing by Python for a multi-threaded server

2019-05-24 Thread Markus Elfring
the child process (on the local host during my test)? Can the program termination be taken into account for waiting on still incoming data from the server socket? Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Checking network input processing by Python for a multi-threaded server

2019-05-19 Thread Markus Elfring
ly achieved by the implementation of my method “perform_command”. I hope that corresponding data processing can be cleanly repeated then as desired for test purposes. Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Checking network input processing by Python for a multi-threaded server

2019-05-18 Thread Markus Elfring
in this direction. > you will have to write the extensions to socketserver. Will the development situation evolve any more here? Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Checking network input processing by Python for a multi-threaded server

2019-05-13 Thread Markus Elfring
ty varies for these programming interfaces over time. * I am trying to get also a data processing variant working based on the JSON format together with an extended socket server class. * Do you eventually know any proxy services which would provide useful data type conversions? Regards,

Re: Checking network input processing by Python for a multi-threaded server

2019-05-13 Thread Markus Elfring
ty varies for these programming interfaces over time. * I am trying to get also a data processing variant working based on the JSON format together with an extended socket server class. * Do you eventually know any proxy services which would provide useful data type conversions? Regards,

Re: Checking network input processing by Python for a multi-threaded server

2019-05-13 Thread Markus Elfring
this area. I imagine that it can be easier to depend on a higher level system infrastructure. How do you think about to reuse software extensions around the standard “CORBA” like “omniORB”? Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Checking network input processing by Python for a multi-threaded server

2019-05-04 Thread Markus Elfring
o you expect any more functionality here than an exit from a single thread? * Does this wording include the abortion of threads which were left over? > It is NOT normal for a program to create a server, shut it down, > only to then repeat the sequence. Will your understanding of such an use case grow, too? Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Checking network input processing by Python for a multi-threaded server

2019-05-04 Thread Markus Elfring
ne (with the help of the Python function/class library) that previously submitted tasks were successfully executed? Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Checking network input processing by Python for a multi-threaded server

2019-05-04 Thread Markus Elfring
; between the .shutdown call and the counter test (ie; the main submits > .shutdown, server starts a thread which doesn't get scheduled yet, > main does the .acquire()s, finds counter is 0 so assumes everything is done, > and THEN the last thread gets scheduled and increments

Re: Checking network input processing by Python for a multi-threaded server

2019-05-03 Thread Markus Elfring
tioned links)? Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Checking network input processing by Python for a multi-threaded server

2019-05-03 Thread Markus Elfring
Did all extra worker threads exit after the statement “server.shutdown()” was successfully executed? > Thus, if your threads modify shared objects, then you are responsible > to protect access to them with appropriate locking. How do you think about to improve the distinction for

Re: Checking network input processing by Python for a multi-threaded server

2019-05-02 Thread Markus Elfring
sing data processing consequences from a known test algorithm. https://systeme.lip6.fr/pipermail/cocci/2019-April/005792.html https://lore.kernel.org/cocci/6ec5b70f-39c3-79e5-608f-446a870f0...@web.de/ Will it help to add a bug report in an issue tracker? Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Checking network input processing by Python for a multi-threaded server

2019-05-02 Thread Markus Elfring
ta consistency because of involved multi-threading? Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Dynamic selection for network service ports?

2019-05-01 Thread Markus Elfring
use of such a configuration parameter might need further considerations. Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Dynamic selection for network service ports?

2019-05-01 Thread Markus Elfring
ockopt” be triggered by a class like “socketserver.TCPServer”? Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Checking network input processing by Python for a multi-threaded server

2019-05-01 Thread Markus Elfring
; while the server receives everything in a single .recv() call. I hope that the execution of the statement “server.shutdown()” triggers a separation in the reported inter-process communication. Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Checking network input processing by Python for a multi-threaded server

2019-05-01 Thread Markus Elfring
13|4|0| 16|3|0| 2|7|0| 8|2|0| 3|8|0| 1|1|0| 1|9|0| real0m29,123s user0m5,925s sys 0m1,073s Does this data processing approach indicate a need for further software corrections? Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Checking network input processing by Python for a multi-threaded server

2019-05-01 Thread Markus Elfring
ent “server.shutdown()” was sucessfully executed? Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Dynamic selection for network service ports?

2019-05-01 Thread Markus Elfring
ack to its caller. Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Dynamic selection for network service ports?

2019-05-01 Thread Markus Elfring
server”? Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Dynamic selection for network service ports?

2019-04-30 Thread Markus Elfring
ction management difficulties because of an error message like “OSError: [Errno 98] Address already in use”? Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Dynamic selection for network service ports?

2019-04-30 Thread Markus Elfring
pproaches on my test systems. How does the support look like for the handling of ephemeral ports by programming interfaces for Python? Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Checking network input processing by Python for a multi-threaded server

2019-04-30 Thread Markus Elfring
mand. The visualisation of output statistics seems to be more challenging for such a test case. Can any other test tools help a bit more here? Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Checking support for efficient appending to mapped data

2019-04-30 Thread Markus Elfring
ition” (if you care for efficient data processing). https://docs.python.org/3/library/stdtypes.html#mutable-sequence-types Now I am looking again for further clarifications and improvements in this area. Would you like to share any more ideas here? Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Checking network input processing by Python for a multi-threaded server

2019-04-29 Thread Markus Elfring
d programming interfaces (because of multi-threading)? Regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Elektra 0.8.13 with python plugins

2015-09-18 Thread Markus Raab
ny questions and comments, please contact the [Mailing List](https://lists.sourceforge.net/lists/listinfo/registry-list) the issue tracker [on github](http://git.libelektra.org/issues) or by mail elek...@markus-raab.org. [Permalink to this NEWS entry](http://doc.libelektra.org/news/3c00a5f1-c017-4555-

Elektra 0.8.7 improved Python support

2014-07-30 Thread Markus Raab
d5sum: 4996df62942791373b192c793d912b4c Make sure to enable BUILD_SWIG and BUILD_SWIG_PYTHON2 or BUILD_SWIG_PYTHON3. Docu (C/C++) can be found here: http://doc.libelektra.org/api/0.8.7/html/ Best regards, Markus -- https://mail.python.org/mailman/listinfo/python-list

Elektra 0.8.6

2014-06-06 Thread Markus Raab
u can download the release at: http://www.markus-raab.org/ftp/elektra/releases/elektra-0.8.6.tar.gz md5sum: 4a59824e70a29295e9ef9ae7605d9299 Make sure to enable BUILD_SWIG and BUILD_SWIG_PYTHON. Docu (C/C++) can be found here: http://doc.libelektra.org/api/0.8.6/html/ best regards, Markus --

Re: Language design

2013-09-12 Thread Markus Rother
On 12.09.2013 01:27, Chris Angelico wrote: > On Thu, Sep 12, 2013 at 6:41 AM, Markus Rother wrote: >> 3. The default return value of methods is None instead of self. >> If it was self, it would be possible to chain method calls (which >> is called a

Re: Language design

2013-09-12 Thread Markus Rother
On 11.09.2013 23:15, Ethan Furman wrote: > On 09/11/2013 01:41 PM, Markus Rother wrote: >> >>> () == [] >> False >> >> But: >> >> >>> bool(().__eq__([])) >> True > > This is not a trap, this is simply

Re: Language design

2013-09-12 Thread Markus Rother
ms instead of their keys. Looking forward to contrary opinions. Greets, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Language design

2013-09-11 Thread Markus Rother
3: 'c'} 4. As has been mentioned already, some built-in functions do magic stuff behind the scenes: >>> () == [] False But: >>> bool(().__eq__([])) True Because: >>> ().__eq__([]) NotImplemented which yields True when cast to boolean. """ Greets, Markus -- https://mail.python.org/mailman/listinfo/python-list

Re: Bug? ( () == [] ) != ( ().__eq__([]) )

2013-08-05 Thread Markus Rother
comparison into another function/method. Best regards, Markus R. On 05.08.2013 01:06, Chris Angelico wrote: On Sun, Aug 4, 2013 at 11:35 PM, Markus Rother wrote: Hello, The following behaviour seen in 3.2 seems very strange to me: As expected: () == [] False However: ().__eq__([]) NotI

Bug? ( () == [] ) != ( ().__eq__([]) )

2013-08-04 Thread Markus Rother
ue >>> ( () == [] ) != ( ().__eq__([]) ) True How/why can this be intended? Thanks, everybody. Markus R. -- http://mail.python.org/mailman/listinfo/python-list

Re: pyodbc utf-8

2013-01-07 Thread Markus Christen
When i look at my output on my webpage, i can see this: W\xe4denswil but it have to be this: Wädenswil you know now what i can see exactly... im using django and they told me its a python problem with utf-8. when i turn off debug, i cant see the page, it give me an error 500. the text "Danke für

Re: pyodbc utf-8

2012-12-07 Thread Markus Christen
not understood what this really means... http://stackoverflow.com/questions/4805267/problem-with-unicode-decoding maybe you can understand it and you can translate it for a noob. :D Am Freitag, 7. Dezember 2012 13:16:09 UTC+1 schrieb Hans Mulder: > On 7/12/12 08:41:27, Markus Christen wr

pyodbc utf-8

2012-12-06 Thread Markus Christen
good morning i am using pyodbc 3.0.6 for win32 python 2.7.3 i used it to connect with a MsSql db. Now i have a little problem with the umlaut. i cant change anything in the db and there are umlauts like "ä", "ö" and "ü" saved. so i have to change my view (of django 1.4.1) to change \xfc into ü

Re: 10 sec poll - please reply!

2012-11-21 Thread markus . moldaschl
Am Dienstag, 20. November 2012 13:18:38 UTC+1 schrieb Michael Herrmann: > Hi, > > > > I'm developing a GUI Automation library (http://www.getautoma.com) and am > having difficulty picking a name for the function that simulates key strokes. > I currently have it as 'type' but that clashes with

Re: Help writelines

2012-02-03 Thread Markus Rother
Hi, You have to iterate. Either with for u in users: fob.write( u + '\n' ) or with a lambda function. always a good call: http://python.org/ greets, M. On 02/03/2012 09:27 PM, Anatoli Hristov wrote: Hi everyone, I`m totaly new in python and trying to figure out - how to write a list t

Re: Threading: Method trigger after thred finished

2011-10-20 Thread Markus
on(True) >     t.start() > > # Wait until the queue is empty, then close the threads. > queue.join() > for t in threads: >     t.close() > > -- > Steven Hi Steven, great point with the explicit call of destructor. I did a quick test and it is behaving exactly like I need. Thank you very much! Markus -- http://mail.python.org/mailman/listinfo/python-list

Threading: Method trigger after thred finished

2011-10-19 Thread markus . mj
ect() print "The End" #- for i in range(5): t = ThreadUrl(queue) t.setDaemon(True) t.start() #Fill the queue for single_query in multi_query: queue.put(single_query) #Wait until query is empty a

planet.python.org blog registration

2011-07-18 Thread Markus Schmidberger
Hello, whom I have to contact to get a blog aggregated in planet.python.org? Thanks Markus -- http://mail.python.org/mailman/listinfo/python-list

Running Python on a Computer Cluster in the Cloud - cloudnumbers.com

2011-07-18 Thread Markus Schmidberger
know, if your favorite database is missing!). * We have developed a security architecture that meets high requirements of data security and privacy. Read our security white paper: http://d1372nki7bx5yg.cloudfront.net/wp-content/uploads/2011/06/cloudnumberscom-security.whitepaper.pdf Best Markus --

Re: No more Python support in NetBeans 7.0

2011-04-20 Thread Markus
I read it too. I always preferred Netbeans + their Python plugin over Eclipse and PyDev. Perhaps I have another look for working with Aptana + PyDev for my web development stuff, but I am afraid this enviroment (and the base, Eclipse as it's main reason) is as user unfriendly as it always was. But

Which subversion interface is the most used one?

2011-03-26 Thread Markus Schaber
light tendency to pysvn, as it seems to be well documented and pythonic. Thanks for your comments. Markus -- Probleme kann man niemals mit derselben Denkweise lösen, durch die sie entstanden sind. (Albert Einstein) -- http://mail.python.org/mailman/listinfo/python-list

AW: import python module from C++ code

2011-03-06 Thread Markus Schaber
uot;. Then I need to create a mymodule based on given > python file (its name mymodule.py). Can it be achieved using SWIG ? Did you configure the module search path properly? Regards, Markus -- http://mail.python.org/mailman/listinfo/python-list

AW: Pure python standard library and License

2011-03-04 Thread Markus Schaber
LICENSE.txt - two of the differences are the Berkeley part, and the windows binary build part. This is just adding somewhat more confusion... Thanks, Markus Original Message: Betreff: Pure python standard library and License Hi, We want to include IronPython in one of our products, including the

AW: Pure python standard library and License

2011-03-04 Thread Markus Schaber
rance of the bsddb module as confirmation of your hypothesis;-). It is a strong indicator, but no guarantee that all the .py files without copyright headers are not covered by the Berkeley license. Thanks for your efforts! Best regards, Markus Schaber -- We software Automation. 3S-Smart Software S

Pure python standard library and License

2011-03-03 Thread Markus Schaber
the software. Best regards Markus Schaber ___ We software Automation. 3S-Smart Software Solutions GmbH Markus Schaber | Developer Memminger Str. 151 | 87439 Kempten | Germany | Tel. +49-831-54031-0 | Fax +49-831-54031-50 Email: m.scha...@3s-software.com <mailto:m.s

Re: parse GET/POST data on simple http server

2011-02-03 Thread Markus
On Feb 3, 9:35 am, Chris Rebert wrote: > On Thu, Feb 3, 2011 at 12:15 AM, Markus wrote: > > Hi, > > > As a beginner in python, I am looking for example code that would help > > me understand how to > > code following idea: > > 1. Start minimal http serve

parse GET/POST data on simple http server

2011-02-03 Thread Markus
Hi, As a beginner in python, I am looking for example code that would help me understand how to code following idea: 1. Start minimal http server 2. Send GET or POST data (url encoded, or from form) - example Name="Foo" 3. Analyze the GET/POST variable value on server and match to different value

Re: C++ - Python API

2010-09-01 Thread Markus Kraus
Thanks for the answer On 1 Sep., 22:29, Thomas Jollans wrote: > On Wednesday 01 September 2010, it occurred to Markus Kraus to exclaim: > > > So the feature overview: > > First, the obligatory things you don't want to hear: Have you had a look at > similar efforts

C++ - Python API

2010-09-01 Thread Markus Kraus
Hi guys i worked on this for severl days (or even weeks?!) now, but im nearly finished with it: A complete C++ to Python API which allows you to use python as a scripting language for your C++ projects. Simple example: --- python code --- def greet( player ): print( "Hello player " + player.get

DjangoCon Europe - 24. - 26.5.2010 in Berlin

2010-04-13 Thread Markus Zapke-Gründemann
DjangoCon Europe[1] is a Django[2] conference that aims to bring together the community and provide a wide range of sessions, panels, lightning talks and showcases of Django usage within various businesses. We aim to educate and bring people together to turn new ideas into working code! The c

Re: ANN: Python 2.6 Quick Reference available

2009-02-11 Thread Markus Schreyer
Great stuff! Waiting for the 3.0 version.. :) -- http://mail.python.org/mailman/listinfo/python-list

Re: web2py 1.56 is OUT

2009-02-05 Thread Markus Gritsch
aphs sound quite negative. *I* like web2py very much and am a happy user. I just fear that such examples will not draw new users towards this great project. Maybe use a simple example without Auth the next time, which is *really* complete and fully functional. Kind regards, Markus -- http://mail.python.org/mailman/listinfo/python-list

Re: Import functions in current namespace

2009-01-15 Thread Markus Schreyer
Wow.. :) I think this is one kind of a stupid question.. ;) Anyway.. thanks a lot.. :) -- http://mail.python.org/mailman/listinfo/python-list

Import functions in current namespace

2009-01-15 Thread Markus Schreyer
() wrapper.foo0() # calls wrapper.foo0() calls ppms.foo0() Hopefully the idea is not to stupid.. ;) Tnx for your help. Markus -- http://mail.python.org/mailman/listinfo/python-list

Re: mac osx how to use a specific python environment

2009-01-09 Thread Markus Falb
#x27;m also not exactly sure what you want to do. i dont think its possible to switch the interpreter in case you import your plugin as a module best regards, markus -- http://mail.python.org/mailman/listinfo/python-list

Re: Is there a better algorithm?

2009-01-02 Thread Markus Brueckner
(using a generator) L = [(1, 2), (3, 4, 5), (6, 7)] g = ( ((e[0],None,e[1]) if len(e)==2 else (e[0],e[1],e[2])) for e in L) for elem in g: print elem So long, Markus P.S: No, I don't consider that more readable than your example ;-) -- "Hacking is like having sex: you get in, y

Re: Bug in PIL 1.1.6

2008-11-11 Thread Markus Mayer
Markus Mayer schrieb: > Okay, for the* tip, here we go: *2nd tip that is. I need some sleep. -- PGP/GPG key 0x2EB39BF9 -- http://mail.python.org/mailman/listinfo/python-list

Re: Bug in PIL 1.1.6

2008-11-11 Thread Markus Mayer
age body to automatically subscribe to the list, or help to get > additional information. > """ Hum, I was hoping I could avoid that. :/ (The list, of course) Markus -- PGP/GPG key 0x2EB39BF9 -- http://mail.python.org/mailman/listinfo/python-list

Re: Bug in PIL 1.1.6

2008-11-11 Thread Markus Mayer
[EMAIL PROTECTED] schrieb: > Markus Mayer: >> Any idea where I should send this (and/or more) information to? > > You can send your note and and image to effbot. > You can also put an image online somewhere and give here the link (a > small image, to avoid saturating your s

Bug in PIL 1.1.6

2008-11-11 Thread Markus Mayer
where I should send this (and/or more) information to? Best regards, Markus -- PGP/GPG key 0x2EB39BF9 -- http://mail.python.org/mailman/listinfo/python-list

Re: Project layout / Import files from different subdirectories

2008-11-11 Thread Markus Mayer
; scheme by now, didn't know "as" was available as well. Perfect, that makes it a bit easier. Thanks! Markus -- PGP/GPG key 0x2EB39BF9 -- http://mail.python.org/mailman/listinfo/python-list

Re: Project layout / Import files from different subdirectories

2008-11-11 Thread Markus Mayer
Diez B. Roggisch schrieb: > > By placing a __init__.py into project, and then > > import project.main > import project.gui.mainwindow > > > Diez Ouch. Thanks. Markus -- PGP/GPG key 0x2EB39BF9 -- http://mail.python.org/mailman/listinfo/python-list

Project layout / Import files from different subdirectories

2008-11-10 Thread Markus Mayer
Best regards, Markus -- PGP/GPG key 0x2EB39BF9 -- -- PGP/GPG key 0x2EB39BF9 -- http://mail.python.org/mailman/listinfo/python-list

Re: sqlobject question...

2007-12-30 Thread Markus Gritsch
Hi, you should ask SQLObject related questions better at "SQLObject discussion" <[EMAIL PROTECTED]> Oleg Broytman and others are very helpful there. Markus -- http://mail.python.org/mailman/listinfo/python-list

Re: Cheat sheet

2007-12-27 Thread Markus Gritsch
On Dec 27, 11:38 am, "Riccardo T." <[EMAIL PROTECTED]> wrote: > I wrote a little cheat sheet for this wonderful language, but because of > my still little experience with it, I would like to have a feedback > Could you have a look at it and tell me what do you think about, please? > > http://greyfo

Re: standalone python web server

2007-12-27 Thread Markus Gritsch
from within the browser. Watch the screencast at the Gluon homepage for a quick overview. Have fun, Markus -- http://mail.python.org/mailman/listinfo/python-list

Re: Python DLL in Windows Folder

2007-12-27 Thread Markus Gritsch
king on the shortcut in the start menu, which sets the CWD to the Python installation folder, it works also when Python is installed "just for me". Kind regards, Markus -- http://mail.python.org/mailman/listinfo/python-list

Re: Python DLL in Windows Folder

2007-12-26 Thread Markus Gritsch
On 26/12/2007, Lie Ryan <[EMAIL PROTECTED]> wrote: > > > On Dec 25, 2007 4:43 PM, Markus Gritsch <[EMAIL PROTECTED]> wrote: > > On 24/12/2007, Lie <[EMAIL PROTECTED]> wrote: > > > > > > (good programs are not DLL implementation specific > >

Re: Python DLL in Windows Folder

2007-12-25 Thread Markus Gritsch
On 25/12/2007, Neil Hodgson <[EMAIL PROTECTED]> wrote: > Markus Gritsch: > > > I assume that your Python applications are .py files. To be able to > > run them it would be perfectly ok if the Python DLL would be located > > beside the python.exe in the Python ins

Re: Python DLL in Windows Folder

2007-12-25 Thread Markus Gritsch
On 24/12/2007, Markus Gritsch <[EMAIL PROTECTED]> wrote: > On 24/12/2007, Thorsten Kampe <[EMAIL PROTECTED]> wrote: > > * Markus Gritsch (Sun, 23 Dec 2007 18:28:41 +0100) > > > On 23/12/2007, Thorsten Kampe <[EMAIL PROTECTED]> wrote: > > > > *

Re: Python DLL in Windows Folder

2007-12-25 Thread Markus Gritsch
/ms682586(VS.85).aspx), the original Python DLL (compiled with MSVC 7.1) is used instead of your own one. Kind regards, Markus -- http://mail.python.org/mailman/listinfo/python-list

Re: Python DLL in Windows Folder

2007-12-25 Thread Markus Gritsch
ch easier when python24.dll is > located there. That has to weigh in the equation. Same doubts as above: For .py files to be executed it is not necessary that the Python DLL is located in the Windows system32 folder. Markus -- http://mail.python.org/mailman/listinfo/python-list

Re: Python DLL in Windows Folder

2007-12-24 Thread Markus Gritsch
On 24/12/2007, Chris Mellon <[EMAIL PROTECTED]> wrote: > On Dec 23, 2007 12:27 PM, Markus Gritsch <[EMAIL PROTECTED]> wrote: > > On 23/12/2007, Christian Heimes <[EMAIL PROTECTED]> wrote: > > > Markus Gritsch wrote: > > > > why does the Python

Re: Python DLL in Windows Folder

2007-12-24 Thread Markus Gritsch
On 24/12/2007, Thorsten Kampe <[EMAIL PROTECTED]> wrote: > * Markus Gritsch (Sun, 23 Dec 2007 18:28:41 +0100) > > On 23/12/2007, Thorsten Kampe <[EMAIL PROTECTED]> wrote: > > > * Markus Gritsch (Sun, 23 Dec 2007 15:52:50 +0100) > > > > why does the Pyth

Re: Python DLL in Windows Folder

2007-12-23 Thread Markus Gritsch
On 23/12/2007, Christian Heimes <[EMAIL PROTECTED]> wrote: > Markus Gritsch wrote: > > why does the Python installer on Windows put the Python DLL into the > > Windows system32 folder? Wouldn't it be more clean to place it into > > the Python installation f

Re: Python DLL in Windows Folder

2007-12-23 Thread Markus Gritsch
On 23/12/2007, Thorsten Kampe <[EMAIL PROTECTED]> wrote: > * Markus Gritsch (Sun, 23 Dec 2007 15:52:50 +0100) > > why does the Python installer on Windows put the Python DLL into the > > Windows system32 folder? > > Are you sure it does?! Yes. Markus -- http://mail.

Python DLL in Windows Folder

2007-12-23 Thread Markus Gritsch
Hi, why does the Python installer on Windows put the Python DLL into the Windows system32 folder? Wouldn't it be more clean to place it into the Python installation folder beside the python.exe file? Kind regards, Markus -- http://mail.python.org/mailman/listinfo/python-list

Re: Static linking of python and pyqt

2007-12-19 Thread Markus Dahlbokum
least python and qt. How can this be done? Of course a complete package with python, qt and pyqt would be the best solution but there seem to be even more complications that way. If you can help me with this I would be very grateful. Thank you in advance. Markus -- http://mail.python.org/mailman/listinfo/python-list

Re: Static linking of python and pyqt

2007-12-19 Thread Markus Dahlbokum
able is too small and the qt symbols are not known by it. How can I just link qt statically? Thank you. Markus -- http://mail.python.org/mailman/listinfo/python-list

Static linking of python and pyqt

2007-12-17 Thread Markus Dahlbokum
Hello, I'm trying to link python statically with qt and pyqt. I've tried this in several ways but never succeeded. At the moment the final make runs without errors but I get import errors when accessing pyqt. How can I solve this problem? Markus # installing zipimport hook import

Re: ANN: 555-BOOM! version 0.6

2007-09-25 Thread Markus Gritsch
numbers located like this http://www.fliesen-niemann.de/img/upload/800px-Telephone-modele-W48.jpg, so dialing e.g. 7 resulted in 7 impulses. It would be nice, if the telephone type could be configured in the menu of the game. Kind regards, Markus -- http://mail.python.org/mailman/listinfo/python

Re: cStringIO change in 2.4 vs 2.5. Regression?

2007-06-13 Thread Markus Schöpflin
Markus Schöpflin wrote: [...] > I think I'll file a bug at SF... maybe someone else will spot something. Should have checked the bugtracker first... it was reported the day after my original post: http://sourceforge.net/tracker/index.php?func=detail&aid=1730114&group_id=5470&

Re: cStringIO change in 2.4 vs 2.5. Regression?

2007-06-13 Thread Markus Schöpflin
Terry Reedy wrote: > "Markus Schöpflin" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > | Hello, > | > | I just stumbled accross a difference between cStringIO in Python 2.4 > | and 2.5. You can no longer feed arrays to cStringIO. > [snip] >

cStringIO change in 2.4 vs 2.5. Regression?

2007-06-01 Thread Markus Schöpflin
StringIO(a) Traceback (most recent call last): File "", line 1, in TypeError: expected a character buffer object --->%--- Has this change been done on purpose or is it a regression? If it's not a regression, is there another way to feed an array to cStringIO without expensive conversion? TIA, Markus -- http://mail.python.org/mailman/listinfo/python-list

Re: The Concepts and Confusions of Prefix, Infix, Postfix and Fully Functional Notations

2007-05-24 Thread Markus E Leypold
about them? And even more to the point -- why does he post now again the same drivel he already posted on the 9th of May 2007? And will we now treated to repeats of his garbage every 2 weeks? The answer to your question is very simple: Xah Lee is a troll. Regards -- Markus -- http://mail.python.org/mailman/listinfo/python-list

  1   2   >