Displaying 5 results from an estimated 5 matches for "python23".
Did you mean:
python2
2003 Dec 09
3
Interfacing R and Python in MS Windows
Hi all,
I need the power of R from within some of my Python programs...
I use debian linux (woody) at home and windows XP at work (the
latter is where I need to get things done!)
This are my packages:
R 1.8.0
Python 2.3
RSPython 0.5-3
This is what I've done:
(1) Since the Windows Binary of RSPython is compiled against
Python 2.2 I downloaded the tarball
(2) Followed the instructions in
2004 Aug 05
1
R interface to Python (in Windows)
...gt;"The procedure entry point malloc could not be located in the dynamic link
>library R.dll"
>
>And then this shows in the interactive session:
> >>> import rpy
>Traceback (most recent call last):
>File "<input>", line 1, in ?
>File "C:\Python23\Lib\site-packages\rpy.py", line 55, in ?
>import _rpy
>ImportError: DLL load failed: The specified procedure could not be found.
> >>>
>
>Any ideas? Thanks in advance!
>Hector
>
>______________________________________________
>R-help at stat.math.ethz.ch mai...
2004 Aug 06
12
0.4.0 Compiling Under Mingw
> I am compiling wxRuby 0.4.0 on WinXP Home under MingW and MSYS 1.0. I
can
> compile wxWindows and Ruby fine and I get about 20 minutes into the
wxRuby
> compile and it quits, It says:
[snip]
>
C:\mingw\bin\..\lib\gcc-lib\mingw32\3.2.3\..\..\..\..\mingw32\bin\ld.exe
:
> cannot find -lwxmsw241d
> make: *** [wxruby.so] Error 1
> I replaced the $LIBS in the extconf.rb file
2007 May 10
2
building cobbler on centos
Is it difficult to build cobbler on Centos or should I just go with
Fedora on this one?
Basically, if you have experience succeeeding at this, can you drop me a
link to a Howto or describe the issues?
I am only writing this because I tried, and ran into quite a few
dependency issues with upstream/downstream packages, and would rather
concentrate on just getting a nice working Cobbler (and
2003 Oct 15
5
Problems Building RMySQL in Windows
Hi all,
Unfortunately I must use winXP at my job, so I'm trying install
from source RMySQL. Here are some details about this problem:
- R 1.7.1
- RMySQL 0.5-2
- mysql 4.1.0-alpha-max-nt
I followed the instructions posted in
http://www.biostat.jhsph.edu/~kbroman/Rintro/Rwinpack.html
and the following messages appeared. BTW, thanks in advance for your
help and comments.
C:\Program