is a constant
at the first point, then it feeds constant value to all other iterable
combinations.
Any tip is appreciated.
-Patrick.
def Add (x,y):
return x+y
def Bmap(function, *args):
num = 0
for iter in args[0:]:
if num < len(iter):
pers again?).
SWIG (It works by taking the declarations found in C/C++ header and
using them to generate the wrapper code that scripting languages need
to access the underlying C/C++ code).
Thanks
-Patrick
--
http://mail.python.org/mailman/listinfo/python-list
ers.
Correct me if I am wrong.
Cheers,
-Patrick.
On Mar 11, 4:32 pm, Sophie Sperner wrote:
> Hi Patrick,
>
> I'm using SWIG in my project. C++ code is wrapped and can be used in
> python as custom module.
> You should create a swig module.i file to describe headers upon which
&
],4]; b = [1, [2, 3], 4,5]
shortest:
a will be adjusted to [1, [3, 4],4]
b will be adjusted to [1, [2, 3],4]
longest:
a will be adjusted to [1, 2,[3, 4],4,4]
b will be adjusted to [1, 1,[2, 3],4,5]
As I said previously, the enhance_map function will only handle
limited "unma
hi,
im looking for a way to calculate download speed for a http connection
inside my .pcap file.
but doing even a simple read with dpkt doesnt really work.
import pcap, dpkt
import socket
pcapReader = dpkt.pcap.Reader(file("http-download.pcap"))
for ts, data in pcapReader:
print ts, len(d
Hi Everyone
I was just wondering if anyone had tried to implement a pickle virtual
machine in another language? I was thinking that it might make for a
nice little form of cross language IPC within a trusted environment.
--
https://mail.python.org/mailman/listinfo/python-list
hello everyone,
is there a way to make python output audio in jack:
http://jackaudio.org/
jack is the best audio solution for linux, mac and lately windows. i
found 1 project called pyjack, but the author remove the software from
his website.
that would be neat!
pat
--
http://mail.python.
hi all,
i am looking for a way to break a while True: when pressing "s" on my
keyboard. how can i do this?
pat
--
http://mail.python.org/mailman/listinfo/python-list
i don't want to quit my program only get out from a while True:
also i want to use only 1 key like s.
pat
Benjamin wrote:
> On Sep 25, 8:19 pm, patrick <[EMAIL PROTECTED]> wrote:
>
>> hi all,
>>
>> i am looking for a way to break a while True: when pressi
found the perfect solution (for linux at least) : gstreamer!
http://pygstdocs.berlios.de/
pat
--
http://mail.python.org/mailman/listinfo/python-list
hi,
i have an idea, who doesn't have?
the technologies required:
gtk+
glade
gobject
Queue
threading
gstreamer (GNonLin)
config
here's the result of my week-end trying to understand how it's working:
http://www.workinprogress.ca/pd/freesound.png
the idea is to make a
I'm trying to scrape the attached link for the price listed $99.99:
http://bananarepublic.gap.com/browse/product.do?cid=41559&vid=1&pid=692392
I can see the price if I view the source(I even turned off java and
javascript), but when I use urllib2, the price doesn't show up.
Is there another libra
Hi All,
Please take a look at a new job opportunity for Python/Plone developers.
Patrick Waldo,
Project Manager
Decernis <http://decernis.com/>
*Job Description: Full Time Python/Plone Developer*
We are looking for a highly motivated and self-reliant developer to work on
systems buil
Hi,
We are looking for some guidance in installing an upgraded
Python on our cluster. Our cluster was installed with Rocks 6.0,
is running CentOs 6.2, and has python-2.6.6, gcc-4.4.6. We
would like to install an upgraded version of Python along with
the following modules
NumPy
Scipy (which w
f sending any arguments. Also, contrary to the .NET
example, I cannot express that the DLL entrypoint has ordinal 1. Of
course, I may be totally wrong!
I'm hoping for your suggestions!
TIA,
Patrick
--
http://mail.python.org/mailman/listinfo/python-list
ives a
different response if it cannot find the requested DLL.
Patrick
--
http://mail.python.org/mailman/listinfo/python-list
project under a different name in pypi than the actual
project name?
--
Patrick
--
http://mail.python.org/mailman/listinfo/python-list
On 2011-05-22 23:23, Terry Reedy wrote:
On 5/22/2011 2:34 PM, Patrick Sabin wrote:
I wanted to register my project (epdb) in pypi. Unfortunately there
already exists a project with the same name. It is not possible for me
to change the name of the project, because I used it in multiple
writings
Has anyone successfully compiled python for iOS 11? I tried with 3.5.2 and
3.6.2 and got the following errors:
turin:Python-3.6.2 patrick$ make
Makefile:9845: warning: overriding commands for target `.obj/_pickle.o'
Makefile:8855: warning: ignoring old commands for target `.obj/_pic
tive.
Finally, for a new project, I would not like to be confined to Python 2.7.
What are your ideas?
Thanks in advance,
--
Patrick
--
https://mail.python.org/mailman/listinfo/python-list
a provision for mistakes. The idea is much like the
"revert" option that MoinMoin and other wikis provide.
--Patrick
--
https://mail.python.org/mailman/listinfo/python-list
Hello, I'm completely new here and don't know anything about python. Can
someone tell me how best to start? So what things should I learn first?
--
https://mail.python.org/mailman/listinfo/python-list
stop
execution :
my_input = pygame.midi.Input(MidiDeviceIn)
midi_out = pygame.midi.Output(MidiDeviceOut)
Does someone have a suggestion?
Thanks,
--
Patrick Egloff
email : pegl...@gmail.com
Web page : http://www.egloff.eu
--
https://mail.python.org/mailman/listinfo/python-list
s for making my day !
Patrick
Le mer. 21 déc. 2022 à 23:27, Thomas Passin a écrit :
> On 12/21/2022 4:32 PM, Patrick EGLOFF wrote:
> > HI,
> > Some time ago I wrote a small software using pygame.midi
> > It worked just fine with Win10/ python 3.9 / SDL 2.0.14 / pygame 2.0.1
works without any flow control, and CTS + DTR high.
I checked with MINITERM, that the flow control and control lines have the
same state.
I'm a bit surprised and stucked.
Can someone help ?
Thanks,
--
Patrick Egloff
email : pegl...@gmail.com
Web page : http://www.egloff.eu
--
https://mail.
t;...I have been at this for 4 days now at least three hours each
day...Any information or help you can provide would be greatly
appreciated. Additionally, I do have PyCharm installed (As you can tell, I
am a beginner), is PyCharm the same thing as Python? Thank you in advance!
Respectfu
4/ld-linux-x86-64.so.2 (0x5619467b3000)
Any help would be greatly appreciated! I'm experiencing the same thing
across the board with other builds I've been trying to manylinuxize.
Thanks!
-Patrick
--
https://mail.python.org/mailman/listinfo/python-list
t; work process to terminate so to return.
> >
> >
> > either (1) or (2) doesn't work out well. Please suggest. Global system
> > queue?
> >
> > Thanks,
> > Patrick.
> >
>
>
> Is it a requirement that the workdf process is also
Hi Irmen,
I have successfully got it to work with both side as python but so far having
trouble with pyrolite.jar which is downloaded from
https://mvnrepository.com/artifact/net.razorvine/pyrolite/4.4
Having simple codes as:
public static void main(String[] args) {
//System.out.pr
Hello!
I am having trouble finding out how to build python from source and then
install it to a path prefix, as you can on unix. I have looked at the options
in “PCBuild\build.bat -h” and in readme.txt, and on google, but no dice.
I have VS 2017.
Thanks!
-Patrick
--
https://mail.python.org
/__init__.py gives the following error:
Traceback (most recent call last):
File "main.py", line 6, in
from pkmidicron import MainWindow, util, ports
File "/Users/patrick/dev/pkmidicron/pkmidicron/__init__.py", line 1, in
from .mainwindow import *
File "/Use
always
had the feeling that the distribution doesn’t really work correctly.
Cheers,
-Patrick
--
https://mail.python.org/mailman/listinfo/python-list
started to think I was missing something.
Cheers,
-Patrick
> On Jul 10, 2020, at 8:01 AM, Patrick Stinson wrote:
>
> Building python from source on windows is straightforward enough with
> PCBuild/build.bat. But it seems as though the resulting distribution that
> runs from these
Paul Rubin wrote:
> I haven't been keeping up with this stuff in recent years so I have a
> worse concern. I don't know whether it's founded or not. Basically
> in the past decade or so, memory has gotten 100x larger and cpu's have
> gotten 100x faster, but memory is less than 10x faster once yo
>>> a = [str(i) for i in range(0,17)]
>>> for i in range(0,len(a),3):
... print " ".join(a[i:i+3])
...
0 1 2
3 4 5
6 7 8
9 10 11
12 13 14
15 16
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I'm sure I should know this, but I can't find it in the manual.
Is there a function in Python like the function in PHP isset()? It
should take a variable name and return True or False depending on
whether the variable is initialized.
Thanks for any help,
Patrick
--
http://mail.
Skip Montanaro wrote:
> I wrote PEP 304, "Controlling Generation of Bytecode Files":
...
> If someone out there is interested in this functionality
> and would benefit more from its incorporation into the
> core, I'd be happy to hand it off to you.
I am quite interested in this PEP.
What, exactl
Thomas Heller wrote:
> Although I was not interested originally, I think that's
> a use case I also have. Optional config files, which
> should not be compiled to .pyc or .pyo. Only removing
> the .py file doesn't have the expected effect
> if a .pyc and/or .pyo if is left.
I also think that i
John Roth wrote:
> I'd like to suggest a different mechanism, at least for packages
> (top level scripts don't generate .pyc files anyway.) Put a system
> variable in the __init__.py file. Something like __obj__ = path
> would do nicely. Then when Python created the __init__.pyc file,
> it woul
Jarek Zgoda wrote:
> Why want you to read an XML document "by hand"? It's a "machine related"
> data chunk.
>
I see this attitude all the time, and frankly I don't understand it.
Please explain why XML is in ASCII/unicode instead of binary. Is it
because it is easier for a machine to parse? No,
Dennis Bieber wrote:
> Off hand, I'd consider the non-binary nature to be because the
> internet protocols are mostly designed for text, not binary.
A document at http://www.w3.org/TR/REC-xml/ lists "the design goals for
XML".
One of the listed goals is "XML documents should be human-legible and
I started reading a python book today, one example was:
>>> 4 / (2.0 + 3)
0.8
My input/output was:
>>> 4 (2.0 + 3)
0.80004
Something smells fishy here... whats up?
--python 2.4.1
--
http://mail.python.org/mailman/listinfo/python-list
Thomas wrote:
> TURN $6 INTO $15,000 IN ONLY 30 DAYS...HERES HOW!
> $ REMEMBER, IT IS 100% LEGAL! DON'T PASS THIS UP!
and I thought this was about some new currency/decimal module
implementation which remembers units and does the conversion
correctly...
--
http://mail.python.org/mailman/li
On 7/2/05, Brian van den Broek <[EMAIL PROTECTED]> wrote:
> Patrick Rutkowski said unto the world upon 02/07/2005 00:12:
> > That's... annoying, to say the least. And my number 4/5 was a rational
> > number too; I can understand how when doing 1/3 things can get funky
I couldn't help but make an even better list in reference to this thread:
http://mail.python.org/pipermail/python-list/2005-July/288678.html
Type Convention
Example
funtion
action_with_underscores
find_all
vari
On Monday 04 July 2005 13:49, Jeff Epler wrote:
> I don't know of a portable way for an inetd-style daemon to "listen" for
> user logins.
>
> On some systems (including RedHat/Fedora and debian), you may be able to
> use PAM to do this. (pam modules don't just perform authentication,
> they can ta
On Tuesday 05 July 2005 11:32, Lennart wrote:
> Hi everybody,
>
> Can someone advice me with the following issue: i want to learn python in
> my summer vacation (i try to ...:-) So, a good start is buying a good book.
> But wich? There are many ...
>
> I'm living in the Netherlands and I prefer a b
this information automatically so these update
scripts can run at night. Is there a way
I can have Python tell Oracle what the username and password is? Thanks for
your help in advance.
Patrick Thorstenson
GIS Specialist
Montezuma County
(970) 564-9298 ext 4169
[EMAIL PROTECTED
I can delete a folder OK using os.remove
as long as its empty. I am having difficulty deleting
the same folder when there are files in it. I have tried os.removedirs
and shutil.rmtree as well but no luck. What am I
missing?
Patrick Thorstenson
GIS Specialist
Montezuma County
###HERE IS WHERE I DON’T
KNOW WHAT TO DO###
..below is the path to temp_ownership..
ASR_JOIN = (connection, "Database Connections\\ASR_Temp_GIS.odc\\ASR.TEMP_OWNERSHIPGIS")
gp.MakeTableView_management (ASR_JOIN)
Mark wrote:
> Hi,
>
> I have Moinmoin 1.3.4 installed and working on Linux RHEL3.0. However,
> all screen elements are lined up on the left hand side. How can I get
> it displayed like the wiki at:
Well, this is probably a better question for the moin lists but
I have seen this behavior before.
> After considering several alternatives and trying out a few ideas with a
> modified list object Bengt Richter posted, (Thank You), I think I've
> found a way to make slice operation (especially far end indexing)
> symmetrical and more consistent.
I don't know that it makes it more consistent.
> No one has yet explained the reasoning (vs the mechanics) of the
> returned value of the following.
>
> L = range(10)
> L[3::-1]
>
> So far every attempt to explain it has either quoted the documents which
> don't address that particular case, or assumed I'm misunderstanding
> something,
I previously wrote (in response to a query from Ron Adam):
> In any case, you asked for a rationale. I'll give you mine:
>
> >>> L = range(10)
> >>> L[3:len(L):-1] == [L[i] for i in range(3,len(L),-1)]
> True
> >>>
After eating supper, I just realized that I could probably make my
point a bit c
Ron Adam wrote:
>> This should never fail with an assertion error. You will note that it
>> shows that, for non-negative start and end values, slicing behavior is
>> _exactly_ like extended range behavior.
> Yes, and it passes for negative start and end values as well.
Umm, no:
.>> for stride
Sybren Stuvel wrote:
> A programming language should not be ambiguous. The choice
> between importing a module and calling a function should not
> depend on the availability of a (local) variable.
Yeah, this behavior would be as ambiguous as if we had a system-defined
search-path for modules, whe
MackS wrote:
> print "inside fun(): " + global_var
...
> How can I get the changed value to "persist" in such a way that it
> isn't reset when control leaves fun()? Why is it even reset in the
> first place? After all, the module has already been imported (and the
> initialization of global_va
Hi all,
I am looking for beta-testers for fdups.
fdups is a program to detect duplicate files on locally mounted
filesystems. Files are considered equal if their content is identical,
regardless of their filename. Also, fdups ignores symbolic links and is
able to detect and ignore hardlinks, whe
John Machin wrote:
(1) It's actually .bz2, not .bz (2) Why annoy people with the
not-widely-known bzip2 format just to save a few % of a 12KB file?? (3)
Typing that on Windows command line doesn't produce a useful result (4)
Haven't you heard of distutils?
(1) Typo, thanks for pointing it out
(2)(3
John Machin wrote:
Yes. Moreover, "WinZip", the most popular archive-handler, doesn't grok
bzip2.
I've added a zip file. It was made in Linux with the zip command-line
tool, the man pages say it's compatible with the Windows zip tools. I
have also added .py extentions to the 2 programs. I did how
Serge Orlov wrote:
Or use exemaker, which IMHO is the best way to handle this
problem.
Looks good, but I do not use Windows.
-pu
--
http://mail.python.org/mailman/listinfo/python-list
John Machin wrote:
I've tested it intensively
"Famous Last Words" :-)
;-)
(1) Manic s/w producing lots of files all the same size: the Borland
C[++] compiler produces a debug symbol file (.tds) that's always
384KB; I have 144 of these on my HD, rarely more than 1 in the same
directory.
Not sure wha
What does the above yield on Windows? Are inodes supported on Windows
NTFS, FAT, FAT32?
--
http://mail.python.org/mailman/listinfo/python-list
John Leslie wrote:
Or does anyone have a python script which takes a standard unix
command as an argument and runs the pyton/windows equivalent on
windows?
There's not always an equivalent command.
-pu
--
http://mail.python.org/mailman/listinfo/python-list
Grant Edwards wrote:
If you install cygwin there almost always is.
If you install cygwin there's no need for what the OP describes.
-pu
--
http://mail.python.org/mailman/listinfo/python-list
Fred wrote:
I am searching for a possibility, to find out, what the index for a
certain lettyer in a string is.
My example:
for x in text:
if x == ' ':
list = text[: # There I need the index of the space the
program found during the loop...
Is there and possibility to find the index o
Fred wrote:
That was exactely what I was searching for. I needed a program, that
chopped up a string into its words and then saves them into a list. I
think I got this done...
There's a function for that: text.split().
You should really have a look at the Python docs. Also,
http://diveintopython.o
M.N.A.Smadi wrote:
does python support a C-like enum statement where one can define a
variable with prespesified range of values?
thanks
m.smadi
>>> BLUE, RED, GREEN = 1,5,8
>>> BLUE
1
>>> RED
5
>>> GREEN
8
--
http://mail.python.org/mailman/listinfo/python-list
Xah Lee wrote:
globe=0;
def myFun():
globe=globe+1
return globe
The short answer is to use the global statement:
globe=0
def myFun():
global globe
globe=globe+1
return globe
more elegant is:
globe=0
globe=myfun(globe)
def myFun(var):
return var+1
and still more elegant is using classes
Kent Johnson wrote:
globe=0
globe=myfun(globe)
def myFun(var):
return var+1
This mystifies me. What is myfun()? What is var intended to be?
myfun is an error ;-) should be myFun, of course.
var is parameter of function myFun. If you call myFun with variable
globe, all references to var will be
You don't understand the "global" statement in Python, but you do
understand Software industry in general? Smart...
--
http://mail.python.org/mailman/listinfo/python-list
I wrote something similar, have a look at
http://www.homepages.lu/pu/fdups.html.
--
http://mail.python.org/mailman/listinfo/python-list
Christos TZOTZIOY Georgiou wrote:
On POSIX filesystems, one has also to avoid comparing files having same (st_dev,
st_inum), because you know that they are the same file.
I then have a bug here - I consider all files with the same inode equal,
but according to what you say I need to consider the
Christos TZOTZIOY Georgiou wrote:
That's fast and good.
Nice to hear.
A minor nit-pick: `fdups.py -r .` does nothing (at least on Linux).
I'll look into that.
Have you found any way to test if two files on NTFS are hard linked without
opening them first to get a file handle?
No. And even then, I wo
Christos TZOTZIOY Georgiou wrote:
The relevant parts from this last page:
st_dev <-> dwVolumeSerialNumber
st_ino <-> (nFileIndexHigh, nFileIndexLow)
I see. But if I am not mistaken, that would mean that I
(1) had to detect NTFS volumes
(2) use non-standard libraries to find these information (like
David Eppstein wrote:
You need do no comparisons between files. Just use a sufficiently
strong hash algorithm (SHA-256 maybe?) and compare the hashes.
That's not very efficient. IMO, it only makes sense in network-based
operations such as rsync.
-pu
--
http://mail.python.org/mailman/listinfo/py
Christos TZOTZIOY Georgiou wrote:
A minor nit-pick: `fdups.py -r .` does nothing (at least on Linux).
Changed.
--
http://mail.python.org/mailman/listinfo/python-list
David Eppstein wrote:
Well, but the spec didn't say efficiency was the primary criterion, it
said minimizing the number of comparisons was.
That's exactly what my program does.
More seriously, the best I can think of that doesn't use a strong slow
hash would be to group files by (file size, cheap
John Machin wrote:
Just look at the efficiency of processing N files of the same size S,
where they differ after d bytes: [If they don't differ, d = S]
PU: O(Nd) reading time, O(Nd) data comparison time [Actually (N-1)d
which is important for small N and large d].
Hashing method: O(NS) reading time
Jeffrey Barish wrote:
I have a small program that I would like to run on multiple platforms
(at least linux and windows). My program calls helper programs that
are different depending on the platform. I think I figured out a way
to structure my program, but I'm wondering whether my solution is go
Scott David Daniels wrote:
comparisons. Using hashes, three file reads and three comparisons
of hash values. Without hashes, six file reads; you must read both
files to do a file comparison, so three comparisons is six files.
That's provided you compare always 2 files at a time. I compar
François Pinard wrote:
Identical hashes for different files? The probability of this happening
should be extremely small, or else, your hash function is not a good one.
We're talking about md5, sha1 or similar. They are all known not to be
100% perfect. I agree it's a rare case, but still, why se
grumfish wrote:
connection = MySQLdb.connect(host="localhost", user="root", passwd="pw",
db="japanese")
cursor = connection.cursor()
cursor.execute("INSERT INTO edict (kanji, kana, meaning) VALUES (%s, %s,
%s)", ("a", "b", "c") )
connection.close()
Just a guess "in the dark" (I don't use MySQL):
John Machin wrote:
Maybe I was wrong: lawyers are noted for irritating precision. You
meant to say in your own defence: "If there are *any* number (n >= 2)
of identical hashes, you'd still need to *RE*-read and *compare* ...".
Right, that is what I meant.
2. As others have explained, with a decent
John Machin wrote:
Oh yeah, "the computer said so, it must be correct". Even with your
algorithm, I would be investigating cases where files were duplicates
but there was nothing in the names or paths that suggested how that
might have come about.
Of course, but it's good to know that the computer
John Machin wrote:
Test:
!for k in range(1000):
!open('foo' + str(k), 'w')
I ran that and watched it open 2 million files and going strong ...
until I figured that files are closed by Python immediately because
there's no reference to them ;-)
Here's my code:
#!/usr/bin/env python
import os
David Eppstein wrote:
When I've been talking about hashes, I've been assuming very strong
cryptographic hashes, good enough that you can trust equal results to
really be equal without having to verify by a comparison.
I am not an expert in this field. All I know is that MD5 and SHA1 can
create c
David Eppstein wrote:
The hard part is verifying that the files that look like duplicates
really are duplicates. To do so, for a group of m files that appear to
be the same, requires 2(m-1) reads through the whole files if you use a
comparison based method, or m reads if you use a strong hashin
Tian wrote:
I have a string:
classname = "Dog"
It's easier without strings:
>>> classname = Dog
>>> classname().bark()
Arf!!!
>>>
--
http://mail.python.org/mailman/listinfo/python-list
I am happy to announce version 0.15 of fdups.
Changes in this version:
- ability to limit the number of file handles used
Download
=
To download, go to: http://www.homepages.lu/pu/fdups.html
What is fdups?
==
fdups is a Python program to detect duplicate
hi,
does here anyone of ya geeks know a book teaching you how to handle gtk,
web-dev with mysql-db-connection and scripting under gnu/linux with phyton?
i'm german (hhaarr) but due to my efficiency-course in english (shool) i
want to learn english by learning phyton ;-)
thx..
--
http://mail.pyt
could ildg wrote:
I want to add a string such as "I love you" to the beginning of a binary file,
How to? and how to delete the string if I want to get the original file?
You shouldn't use Python to write a virus :-)
-pu
--
http://mail.python.org/mailman/listinfo/python-list
remi wrote:
Hello,
I have got a list like : mylist = ['item 1', 'item 2','item n'] and
I would like to store the string 'item1' in a variable called s_1,
'item2' in s_2,...,'item i' in 's_i',... The lenght of mylist is finite ;-)
Any ideas ?
Thanks a lot.
Rémi.
Use a dictionary: variable['s_1
cjl wrote:
Implementations of what I'm trying to accomplish are available (open
source) in C++ and in Java.
Which would be easier for me to use as a reference?
I'm not looking for automated tools, just trying to gather opinions on
which language is easier to understand / rewrite as python.
Depends
[EMAIL PROTECTED] wrote:
Patrick Useldinger wrote:
Depends on what language you know best. But Java is certainly easier
to
read than C++.
There's certainly some irony in those last two sentences. However, I
agree with the former. It depends on which you know better, the style
of thos
cjl wrote:
I've found a third open source implementation in pascal (delphi), and
was wondering how well that would translate to python?
Being old enough to have programmed in UCSD Pascal on an Apple ][ (with
a language card, of course), I'd say: go for Pascal!
;-)
--
http://mail.python.org/mailma
http://zephyrfalcon.org/labs/wax.html
Wax
:: Email ::
Download area
This page is a stub. Over time, I hope to collect more Wax resources here.
NOTE: Wax currently works (or is supposed to work) with wxPython 2.5.2.7
or 2.5.2.8. That is the version I am currently using. Newer versions
might or mi
William Park <[EMAIL PROTECTED]> typed:
> Russell E. Owen <[EMAIL PROTECTED]> wrote:
>> Can anyone recommend a fast cross-platform plotting package for 2-D
>> plots?
>>
>> Our situation:
>> We are driving an instrument that outputs data at 20Hz. Control is
>> via an existing Tkinter application (wh
[EMAIL PROTECTED] <[EMAIL PROTECTED]> typed:
> Are you sure about these numbers? Most monitors refresh at 70-80Hz,
> so unless you have special display hardware, I'm suspicious of these
> numbers doubt . I once had a user post to the matplotlib mailing list
> that xplt was refreshing at 1000 Hz.
Hello,
This thing is making me run crazy. Am having these pop ups as I try using
pycharm saying modify setup, and it is really annoying. I have no clue what is
causing it but if it can’t be fixed I’d rather uninstall the programs because I
may end up destroying my pc. I hope you guys can help.
T
1 - 100 of 648 matches
Mail list logo