由买买提看人间百态

topics

全部话题 - 话题: python26
(共0页)
c*******t
发帖数: 1095
1
I went through this post and didn't find the answer
[url]http://modmyi.com/forums/native-iphone-ipod-touch-app-discussion/387611-use-veency-itunnel-exe-vnc-connect-your-iphone-no-wifi-5.html[/url]
Itouch 2nd generation OS 4.2.1. PC: windows XP SP3. Newest Itune.
I installed "veency" on itouch. I installed OpenSSH and SBS to see OpenSSH
is really on.
I use itunnel.exe 5900 5900 and get bind error!!
using python method still : bind error. Details are following:
C:\usbmuxd-1.0.2\python-client>c:\Py... 阅读全帖
S******y
发帖数: 1123
2
来自主题: Statistics版 - Numpy problem
I have installed numpy1.3 to python 2.6.2 on windows XP.
But I keep getting the following error when I try to call numpy from IDLE -
>>>
>>> import numpy
Traceback (most recent call last):
File "", line 1, in
import numpy
File "C:\Python26\lib\site-packages\numpy\__init__.py", line 130, in <
module>
import add_newdocs
File "C:\Python26\lib\site-packages\numpy\add_newdocs.py", line 9, in <
module>
from lib import add_newdoc
File "C:\Python26\lib\site-pack
S******y
发帖数: 1123
3
来自主题: Statistics版 - Numpy problem
I have installed numpy1.3 to python 2.6.2 on windows XP.
But I keep getting the following error when I try to call numpy from IDLE -
>>>
>>> import numpy
Traceback (most recent call last):
File "", line 1, in
import numpy
File "C:\Python26\lib\site-packages\numpy\__init__.py", line 130, in <
module>
import add_newdocs
File "C:\Python26\lib\site-packages\numpy\add_newdocs.py", line 9, in <
module>
from lib import add_newdoc
File "C:\Python26\lib\site-pack
l**********1
发帖数: 5204
4
来自主题: Biology版 - 基因芯片数据分析求助
Bedutils
NGSUtils is a suite of software tools for working with next-generation
sequencing datasets. Staring in 2009, we (Liu Lab @ Indiana University
School of Medicine) starting working with next-generation sequencing data.
We initially started doing custom coding for each project in a one-off
manner. It quickly became apparent that this was an inefficient manner to
work, so we started assembling smaller utilities that could be adapted into
larger, more complicated, workflows. We have used the... 阅读全帖
t***q
发帖数: 418
5
来自主题: JobHunting版 - windows 上安装python package.
有一个在windows 下安装 python package 的问题。
我的工作电脑是一个pc, 有时候,我需要安装 python package, 而且,这些package
没有 exe, ims file 去安装,只有 zip file, 就需要用 cmd command line 去安装。
python setup.py install
一些package 如 bottlenose:
https://pypi.python.org/pypi/bottlenose/0.6.2
如果他只有一个 zip file. 我们需要用这句话在 cmd 上安装 "python setup.py
install".
但是在我的, pc 上, 我每次都得到这个 error:
"command class %s must subclass Command" % cmd_class distutils.errors.
DistutilsClassError: command class setuptools.command.install.install must
subclass Command.
... 阅读全帖
p*****s
发帖数: 344
6
you can run .py the same way as in unix.
in cmd window,
for example c:\python26\python.exe xxx.py
C**********r
发帖数: 8189
7
来自主题: Linux版 - 问个 python 问题
装两个版本是容易出混搭的错。好像有个virtualenv的东西。
你的numpy是装在python哪个版本下的? 可以试试python26或python27。
(共0页)