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
transmission seems to succeed by my script “socket-send_json_data2.py”
then.
Regards,
Markus
--
https://mail.python.org/mailman/listinfo/python-list
transmission seems to succeed by my script “socket-send_json_data2.py”
then.
Regards,
Markus
--
https://mail.python.org/mailman/listinfo/python-list
[Errno -9]
Address family for hostname not supported” on my Linux test system then?
Regards,
Markus
--
https://mail.python.org/mailman/listinfo/python-list
ntification “::1” was passed as a command parameter).
Regards,
Markus
--
https://mail.python.org/mailman/listinfo/python-list
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
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
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
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
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
rno 111] Connection refused
How should this inter-process communication difficulty be resolved?
Regards,
Markus
--
https://mail.python.org/mailman/listinfo/python-list
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
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
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
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,
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,
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
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
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
; 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
tioned links)?
Regards,
Markus
--
https://mail.python.org/mailman/listinfo/python-list
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
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
ta consistency
because of involved multi-threading?
Regards,
Markus
--
https://mail.python.org/mailman/listinfo/python-list
use of such a configuration parameter might need further considerations.
Regards,
Markus
--
https://mail.python.org/mailman/listinfo/python-list
ockopt”
be triggered by a class like “socketserver.TCPServer”?
Regards,
Markus
--
https://mail.python.org/mailman/listinfo/python-list
; 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
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
ent “server.shutdown()” was sucessfully executed?
Regards,
Markus
--
https://mail.python.org/mailman/listinfo/python-list
ack to its caller.
Regards,
Markus
--
https://mail.python.org/mailman/listinfo/python-list
server”?
Regards,
Markus
--
https://mail.python.org/mailman/listinfo/python-list
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
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
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
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
d programming interfaces (because of multi-threading)?
Regards,
Markus
--
https://mail.python.org/mailman/listinfo/python-list
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-
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
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
--
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
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
ms instead of their keys.
Looking forward to contrary opinions.
Greets,
Markus
--
https://mail.python.org/mailman/listinfo/python-list
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
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
ue
>>> ( () == [] ) != ( ().__eq__([]) )
True
How/why can this be intended?
Thanks, everybody.
Markus R.
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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 ü
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
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
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
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
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
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
--
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
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
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
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
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
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
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
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
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
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[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
Great stuff!
Waiting for the 3.0 version.. :)
--
http://mail.python.org/mailman/listinfo/python-list
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
Wow.. :)
I think this is one kind of a stupid question.. ;)
Anyway.. thanks a lot.. :)
--
http://mail.python.org/mailman/listinfo/python-list
()
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
#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
(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
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
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
[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
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
; 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
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
Best regards,
Markus
--
PGP/GPG key 0x2EB39BF9
--
--
PGP/GPG key 0x2EB39BF9
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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
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
> >
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
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:
> > > > *
/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
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
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
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
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
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.
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
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
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
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
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
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&
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]
>
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
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 - 100 of 170 matches
Mail list logo