Omgili - forum search, search forums  
  

Discussions about python under cygwin

Displaying 1 - 10 out of 613 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
Pythons installed under WinXP have dirs like DLLs, DOC, include, etc. but python (2.5) installed with cygwin is a bare python.exe. My motivation for asking is that 'things' under XP don't seem to be finding 'other things' under cygwin and vice versa, ...
Started by on , 5 posts by 5 people.  
After ripping out half of my hair, I have now switched over to Console2Well, in... .
$0.02 I use Python from within cygwin, but I don't use the version that cygwin and cygwin's Python...
Not mixed in with cygwin.
Pythons installed under WinXP have dirs like DLLs, DOC, include, etc. but python (2.5) installed with cygwin is a bare python.exe. My motivation for asking is that 'things' under XP don't seem to be finding 'other things' under cygwin and vice versa, ...
Started by on , 4 posts by 4 people.  
Package management is even easier under Ubuntu than Cygwin to the standard ....
Python Extensions for Windows seems to be what Additions once you get Ubuntu running.
Copying your Python install into Cygwin won't work.
I have lots of directories with text files written using (g)vim, and I have written a handful of utilities that I find useful in Python. I start off the utilities with a pound-bang-/usr/bin/env python line in order to use the Python that is installed ...
Started by on , 4 posts by 4 people.  
For instance: import....
Look at os.getcwd: http://docs.python.org/library/os.html#os-file-dir Edit: For relative paths, please take a look at the os.path module: http://docs.python.org/library/os.path.html in particular, os.path.join and os.path.normpath .
Ask your Facebook Friends
The "matchit" plugin for vim is supposed to allow you to use the % key to jump between matching start/end tags when editing HTML, as well as /* and */ comment delimiters when editing other kinds of code. I've followed the exact instructions in " :help...
Started by on , 5 posts by 5 people.  
Use the following command to see if the plugin was loaded: :let loaded_matchit If you get an undefined variable error, then the plugin was not loaded - you should make sure that '/cygdrive/y/.vim' is in your 'runtimepath' option (use ' :set runtimepath... .
Hi there, i'm looking into developing a console-app in python which should be able to run under windows as well as linux. for this, i'd really like to use a high-level console library like curses. however, as far as i know, curses is not available on ...
Started by on , 4 posts by 4 people.  
I wonder whether the curses module.
PDCurses works on Windows, but I don't know any Python wrapper.
I wanted to use the Python installed under cygwin rather than one installed under WinXP directly, so I edited ~/.bashrc and sourced it. Nothing changed. I tried other things, but nothing I did changed $PATH in any way. So I rebooted. Aha; now $PATH has...
Started by on , 5 posts by 5 people.  
.bashrc as the following from the shell? (Pasted....
="${PATH}:${PYTHON}"; export PATH Or: export PATH="${PATH}:${PYTHON}" the quotes preserve the spaces the cygwin window source .bashrc (This should work, even if is not working for you) .
As part of answering another question, I wrote the following code whose behaviour seems bizarre at first glance: print True # outputs true True = False; print True # outputs false True = True; print True # outputs false True = not True; print True # outputs...
Started by on , 5 posts by 5 people.  
Before starting to execute a Python (2.x) script.
True=False just means "True" is another "variable" name Python has these two (among others) builtin refer to, let's call them 0x600D and 0xBAD .
I'm trying to use a Python library (pyMedia) that has some non-Python requisites libraries. (libogg, libvorbis, liblame, and libfaad2 - this isn't relevant to the question specifically). libogg requires you to manually compile it from the source and comes...
Started by on , 3 posts by 3 people.  
Add the binary to the PATH environment variable.
MinGW can be used to compile under Windows.
It's the unix environment for windows, along with the Autotools (including make) toolchain .
Get cygwin .
Possible Duplicate: Python - How do I tell what OS I’m running on? I need to switch my code between Windows, Linux etc.
Started by on , 7 posts by 7 people.  
Also working in Python you would normally need to....
If you need to consider cygwin as windows, then sys.platform is not good.
python for build purpose (scons), and when tight control is desired all three may be necessary mean by OS.
Hi, I'm trying to create a python script that will disassemble a binary (a Windows exe to be precise) and analyze its code. I need the ability to take a certain buffer, and extract some sort of struct containing information about the instructions in it...
Started by on , 3 posts by 3 people.  
Libdisasm_oop.i Used ....
How I did it: I compiled libdisasm.lib the given libdisasm_oop.i file with the following command line swig -python -shadow -o x86disasm_wrap.c -outdir .
To crash python on incorrect (and sometimes correct) usage.
Page: 1   2   3   4   5   6   7   8   9   10  

Related Message Boards & Forums

  • Stack Overflow
  • Server Fault
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost