[Çözüldü] Python pysmb modülü

Başlatan 91011, 04 Haziran 2014 - 23:55:39

« önceki - sonraki »

0 Üyeler ve 3 Ziyaretçi konuyu incelemekte.

91011

Merhaba,

pysmb-1.1.8 modülünü incelemek istiyorum setup.py doyasını çalıştırdığımda aşağıdaki hatayı alıyorum

Traceback (most recent call last):
  File "/home/makine/Desktop/pysmb-1.1.8/setup.py", line 3, in <module>
    from setuptools import setup
ImportError: No module named 'setuptools'


Şuradan https://pypi.python.org/pypi/setuptools

wget https://bootstrap.pypa.io/ez_setup.py -O - | python
wget https://bootstrap.pypa.io/ez_setup.py -O - | sudo python
wget https://bootstrap.pypa.io/ez_setup.py -O - | python - --user


kodlarını denediğimde
zipfile.BadZipfile: File is not a zip file

hatası geliyor en sonunda,


http://stackoverflow.com/questions/14426491/python-3-importerror-no-module-named-setuptools burada olan adımları deniyorum ama olmuyor

curl -O http://python-distribute.org/distribute_setup.py
python distribute_setup.py
easy_install pip


ilk iki kod çalışıyor üçüncüde
SSLError: The read operation timed out
hatası oluyor.


bunların dışında kendim ekleyebilir miyim ?*


Tanrı konuşmaz, şeytan fısıldar...

cagriemer

sudo apt-get install python-pip
sudo pip install pysmb


Komutlarinin ciktisini gorebilir miyiz?

91011



makine@makine-SVE1513Y1ESI:~$ sudo apt-get install python-pip
[sudo] password for makine:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  python-colorama python-distlib python-html5lib python-requests
  python-urllib3
Suggested packages:
  python-genshi
Recommended packages:
  python-dev-all
The following NEW packages will be installed:
  python-colorama python-distlib python-html5lib python-pip python-requests
  python-urllib3
0 upgraded, 6 newly installed, 0 to remove and 15 not upgraded.
Need to get 393 kB of archives.
After this operation, 2.094 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://tr.archive.ubuntu.com/ubuntu/ trusty/universe python-colorama all 0.2.5-0.1ubuntu1 [18,3 kB]
Get:2 http://tr.archive.ubuntu.com/ubuntu/ trusty/universe python-distlib all 0.1.8-1 [113 kB]
Get:3 http://tr.archive.ubuntu.com/ubuntu/ trusty/main python-html5lib all 0.999-2 [83,2 kB]
Get:4 http://tr.archive.ubuntu.com/ubuntu/ trusty/main python-urllib3 all 1.7.1-1build1 [38,9 kB]
Get:5 http://tr.archive.ubuntu.com/ubuntu/ trusty/main python-requests all 2.2.1-1 [42,5 kB]
Get:6 http://tr.archive.ubuntu.com/ubuntu/ trusty/universe python-pip all 1.5.4-1 [97,7 kB]
Fetched 393 kB in 2s (141 kB/s)       
Selecting previously unselected package python-colorama.
(Reading database ... 225916 files and directories currently installed.)
Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu1_all.deb ...
Unpacking python-colorama (0.2.5-0.1ubuntu1) ...
Selecting previously unselected package python-distlib.
Preparing to unpack .../python-distlib_0.1.8-1_all.deb ...
Unpacking python-distlib (0.1.8-1) ...
Selecting previously unselected package python-html5lib.
Preparing to unpack .../python-html5lib_0.999-2_all.deb ...
Unpacking python-html5lib (0.999-2) ...
Selecting previously unselected package python-urllib3.
Preparing to unpack .../python-urllib3_1.7.1-1build1_all.deb ...
Unpacking python-urllib3 (1.7.1-1build1) ...
Selecting previously unselected package python-requests.
Preparing to unpack .../python-requests_2.2.1-1_all.deb ...
Unpacking python-requests (2.2.1-1) ...
Selecting previously unselected package python-pip.
Preparing to unpack .../python-pip_1.5.4-1_all.deb ...
Unpacking python-pip (1.5.4-1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Setting up python-colorama (0.2.5-0.1ubuntu1) ...
Setting up python-distlib (0.1.8-1) ...
Setting up python-html5lib (0.999-2) ...
Setting up python-urllib3 (1.7.1-1build1) ...
Setting up python-requests (2.2.1-1) ...
Setting up python-pip (1.5.4-1) ...
makine@makine-SVE1513Y1ESI:~$ sudo pip install pysmb
Downloading/unpacking pysmb
  Downloading pysmb-1.1.9.tar.gz (1.4MB): 1.4MB downloaded
  Running setup.py (path:/tmp/pip_build_root/pysmb/setup.py) egg_info for package pysmb
   
    warning: no previously-included files matching '*.pyc' found under directory 'python2'
    warning: no previously-included files matching '*~' found under directory 'python2'
    warning: no previously-included files matching '*.pyc' found under directory 'python3'
    warning: no previously-included files matching '*~' found under directory 'python3'
    warning: no previously-included files matching '*.zip' found under directory 'docs'
Downloading/unpacking pyasn1 (from pysmb)
  Downloading pyasn1-0.1.7.tar.gz (68kB): 68kB downloaded
  Running setup.py (path:/tmp/pip_build_root/pyasn1/setup.py) egg_info for package pyasn1
   
Installing collected packages: pysmb, pyasn1
  Running setup.py install for pysmb
   
    warning: no previously-included files matching '*.pyc' found under directory 'python2'
    warning: no previously-included files matching '*~' found under directory 'python2'
    warning: no previously-included files matching '*.pyc' found under directory 'python3'
    warning: no previously-included files matching '*~' found under directory 'python3'
    warning: no previously-included files matching '*.zip' found under directory 'docs'
  Running setup.py install for pyasn1
   
Successfully installed pysmb pyasn1
Cleaning up...
makine@makine-SVE1513Y1ESI:~$
Tanrı konuşmaz, şeytan fısıldar...

if

Successfully installed pysmb pyasn1
Yüklenmiş modül.

91011



Etkileşimli kabuktan import etmeye çalıştığımda olmuyor görmüyor.

>>> import pysmb
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named 'pysmb'

Tanrı konuşmaz, şeytan fısıldar...

cagriemer


91011

Python 2.7.6  sürümünde oluyor. teşekkürler 2.7 olması pek birşey değiştirir mi? ben genelde çalışırken Python 3.3.2 sürümünden bakmıştım.
Tanrı konuşmaz, şeytan fısıldar...

cagriemer

Bu sorunuzun cevabini bilmiyorum ne yazik ki.

berkayaslan

#8
Alıntı yapılan: 91011 - 06 Haziran 2014 - 23:15:39
Python 2.7.6  sürümünde oluyor. teşekkürler 2.7 olması pek * bir şey değiştirir mi? ben genelde çalışırken Python 3.3.2 sürümünden bakmıştım.

Pythonda genel anlamda 2 tip aile vardır. Python 2 ailesi... Python 3 ailesi.. Python uzun süre boyunca 2 ailesinde kaldı. Bu yüzden Python dili için yazılan modüllerin çoğu Python2 ailesi içindir. Sadece Python 3 için çok az bulursun. Esasında bakılırsa Python2 ailesi için yazılan modüllerin çoğu Python3 için çevrilmiştir. Sözidiziminde küçük farklılıklar olduğu için 2.7 olması bir şeyler değiştirir.. :)

Detaylı bilgi için 

https://wiki.python.org/moin/Python2orPython3

Maddesine bakabilirsin.
İf you wanna be the best, You must SMURF something. :)