search for: activepython

Displaying 6 results from an estimated 6 matches for "activepython".

2010 Jun 10
1
Wrong results in dir listing with wildcard
...hares only a single directory /data for backup purposes. I stumbled across this issue while trying to get my original problem fixed (which I did, thanks to this helpful list.) Run the following in a temporary directory: echo abc > ActivePerl-5.10.1.1007-MSWin32-x86-291969.msi echo abc > ActivePython-2.6.5.12-win32-x86.msi echo abc > ActiveTcl8.6.0.0b2.291226-win32-ix86-threaded.exe echo abc > authenclientcp.bat echo abc > authencp.bat echo abc > authenejbcp.bat I put this into a batch file. By trial and error, I discovered that the results are the same if you (1) just run from a...
2011 Jun 11
2
[LLVMdev] llvm fails on MinGW-32 (Windows) because Python is not supported there
This page says that llvm works on MinGW: http://llvm.org/docs/GettingStarted.html I tried to build llvm trunk. llvm build now requires Python: llvm[2]: Creating 'llvm-lit' script... /bin/sh: python: command not found And current stable python version (3.2) doesn't even build on MinGW (see http://bugs.python.org/issue9098). What is the solution on MinGW? Maybe Python was introduced
2011 Jun 11
0
[LLVMdev] llvm fails on MinGW-32 (Windows) because Python is not supported there
...nd current stable python version (3.2) doesn't even build on MinGW (see > http://bugs.python.org/issue9098). > > What is the solution on MinGW? There are various precompiled Windows binaries for Python (yes, even 3.2), from http://www.python.org/download/ or http://www.activestate.com/activepython-3 Hope this helps, Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ The Tao of math: The numbers you can count are not the real numbers. Life is complex, with real and imaginary parts. "Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torval...
2011 Jun 11
1
[LLVMdev] llvm fails on MinGW-32 (Windows) because Python is not supported there
On 06/11/2011 09:32, Csaba Raduly wrote: > There are various precompiled Windows binaries for Python (yes, even > 3.2), from http://www.python.org/download/ or > http://www.activestate.com/activepython-3 > Thanks! I got msi based installer (3.2) from http://www.python.org/download/. But llvm build now fails with this message: File "<string>", line 1 import sys;print ' '.join(sys.argv[1:]) ^ Syntax error: invalid syntax Yuri
2012 Jun 04
2
Windows architecture fact
We recently fixed the hardwaremodel and architecture facts on Windows as they were always returning i386[1]. The change will be in the upcoming 1.6.10 release of Facter[2]. The new behavior is that hardwaremodel will return something like i686, ia64, x64, etc, while the architecture fact will return either x86 or x64. Since the new behavior will likely affect puppet users that are trying to write
2010 Jun 07
1
Windows 7 Home to Ubuntu 10.4 Samba 3.4.7 Access denied
...es allow Win 7 to connect using user-based security: protocol = LANMAN2 But this causes more issues than it solves. With that set, *both* my XP and Win7 boxes behave very strangely (and wrongly), e.g., with the following 3 files on the Ubuntu box: ActivePerl-5.10.1.1007-MSWin32-x86-291969.msi ActivePython-2.6.5.12-win32-x86.msi ActiveTcl8.6.0.0b2.291226-win32-ix86-threaded.exe from either Win box, typing "a" or "A" and hitting the tab key just produces a beep. Typing "dir A*" lists one file and then "file not found". So, using that protocol is not an option...