Slackware :: Installing Python 3.2 - No Such File Or Directory

Mar 10, 2011

So I have patched the 3.2 sources similar to the 3.1.3 sources. I used the slackbuild from 3.1.3 as well. I get to the install of the script and I get this:

Code:
...
running install_egg_info
Writing //tmp/SBo/package-python3/usr/lib64/python3.2/lib-dynload/Python-3.2-py3.2.egg-info
Creating directory /usr/man
Creating directory /usr/man/man1
/bin/ginstall -c -m 644 ./Misc/python.man
/tmp/SBo/package-python3/usr/man/man1/python3.2.1
cp: cannot stat `Demo': No such file or directory

I can't build Blender anymore without this update.

View 7 Replies


ADVERTISEMENT

Slackware :: Default PATH - Python: Can't Open File 'SABnzbd.py': [Errno 2] No Such File Or Directory

Nov 24, 2010

I have just installed SABnzb application in my home folder. The executable file is SABnzb.py When I run the command in the Konsole # python SABnzb.py I have this Quote: python: can't open file 'SABnzbd.py': [Errno 2] No such file or directory

View 5 Replies View Related

Slackware :: Installing New Software On Slackware 13 X64 / Especially Python

Mar 26, 2010

I'm now up and running on slackware 13 x64. I have noticed that the version of Python installed was 2.6.2 but there were a lot of bug fixes between this and 2.6.5. What is the best way to get 2.6.5 running on my machine. Do I have to install from source or is anybody aware of any packages that have been released?

Again, I'm not too familiar with package management systems on Slackware as I have always installed from source but this became a bit of a bind recently as updating software to newer versions involved a lot of hard work. Can anybody give me an ideas on the packaging systems available, the best ones to use, and where I can find information about the packages related to the package managers?

View 9 Replies View Related

Ubuntu :: Bash: Cd: /home/mycomp/.nautilus/python-extensions: No Such File Or Directory

Aug 8, 2010

I was trying to install periscope, from the instructions here: http://code.google.com/p/periscope/wiki/NautilusSupport

The problem is that at:

cd ~/.nautilus/python-extensions

I get an error:

bash: cd: /home/mycomp/.nautilus/python-extensions: No such file or directory

View 6 Replies View Related

Slackware :: Can't Copy The File To Python As The Versions Differ

Jun 16, 2011

I am trying to install a module in openerp 6 It requires Pyuno that ships with libre/open -office If i go import uno -- no module called uno but when I go to the /usr/lib64/libreoffice/base3.4/programs and python import uno it works

I cant copy the file to python as the versions differ

View 3 Replies View Related

General :: Specifying Destination Directory When Installing Slackware ?

Jan 25, 2010

I'm trying to install Slackware package into some specific locations, like for example, I want to put Linux base package into at / and put applications on /usr/local. However when I'm installing using "setup" program, I cannot find a part that let me to choose the installation destination.

At "setup install" option, it gives six different installation method like full, newbie, menu, expert, custom, and tag path. But none of them (I cannot find it) gives an option where to put the installation package to.

View 2 Replies View Related

Ubuntu :: Error "Python.h: No Such File Or Directory" Yet Have Installed Python2.6-dev

Mar 3, 2010

I'm trying to extend Python with C but when I compile this message is displayed:

[Code]...

I have already installed python2.6-dev and I have Python.h in the dyrectory /usr/include/python2.6/Python.h.

View 2 Replies View Related

Slackware :: Slapt-get Error On First Run - Cannot Open Shared Object File: No Such File Or Directory

May 22, 2011

I get an error when running slapt-get. The error is: "slapt-get: error while loading shared libraries: libsas.so.2: cannot open shared object file: No such file or directory".

I've booted the Slackware disk # 1 and unchecked everything except the libraries category and installed them. I rebooted and it still says this. I get this same error before I put the disk in and rebooted to install ALL libraries. I really need help. BTW, I can't load KDE.I found a pkg manager already installed called "slackpkg". But I really need help on this library issue!! I uninstalled it (slapt-get) anyway, so forget that!

View 3 Replies View Related

Slackware :: Libuuid.so - Cant Open Shared Object File - No Such File Or Directory

Sep 9, 2010

I tried to upgrade my slackware xfce 13.0 >> 13.1. I read "man slackpkg" first, and then I did exactly what I read at the man pages, my system was in init 1 mode.

The mirror I used it was the Greek mirror for 13.1. The command slackpkg upgrade-all was running ok until the "r" letter after that all packages did not upgraded because it was ERROR CHECKSUMS.md5 to all of them. Slackpkg did not upgrade all this packages but just check them and them skip them.

When everything stopped I reboot but at loading time it stops and I have this message: "libuuid.so.1:cannot open shared object file: No such file or directory."

After that I have 2 options to press control-d to reboot or to give root pass and login as root@(none):

After I login I cant connect to internet, I cant shutdown the system only reboot it from cl, I even cant go to init 1 or anything else. I dont know if I can fix the problem but I have to try...

View 2 Replies View Related

Slackware :: Libfam.so.0: Cannot Open Shared Object File: No Such File Or Directory

Jun 3, 2011

Code:

bash-4.1$ konqueror
konqueror: error while loading shared libraries: libfam.so.0: cannot open shared object file: No such file or directory

View 5 Replies View Related

Slackware :: Cannot Open Shared Object File: No Such File Or Directory

Mar 5, 2010

I just installed Alien Bob's HandBrake package and am getting a ton of warnings:

Code:
bash-3.1$ ghb
(ghb:27626): GStreamer-WARNING **: Failed to load plugin '/usr/lib64/gstreamer-0.10/libgstmpeg2dec.so': libmpeg2.so.0: cannot open shared object file: No such file or directory
(ghb:27626): GStreamer-WARNING **: Failed to load plugin '/usr/lib64/gstreamer-0.10/libgstsndfile.so': libsndfile.so.1: cannot open shared object file: No such file or directory

[Code]...

View 9 Replies View Related

Slackware :: Cannot Open Shared Object File: No Such File Or Directory?

Jul 23, 2010

I've been building a minimal Slackware system with a small number of packages installed (following this article of ). But now I'm facing a problem with a library call 'libmpfr' when installing the package 'pmount'. I have tried installing libmpfr from source but the installation also REQUIRED libmpfr. Code: error while loading shared libraries: libmpfr.so.1: cannot open shared object file: No such file or directory.The only solution I could come up with is to look for a precompiled libmpfr so that I can install it using installpkg. But nowhere could I find it by now.

View 2 Replies View Related

Programming :: Python - Get Text File Data Into An Array On Python?

Nov 30, 2009

I've already used line split stuff to transform my data into something like this in a text file:

Code:

['1', '1', '3', '20.7505207']
['2', '1', '3', '23.0488319']
['3', '1', '3', '-1.5768747']
['4', '1', '3', '-26.4772491']

[code]....

How can I get this on a python program so I can manipulate it as an array?

View 3 Replies View Related

General :: Installing .tar.gz Software - Saying There Is No Such File Or Directory

Jun 22, 2010

I am installing one software (pwDesktop [url])

I am using ubuntu 10.04

I am following these stapes:

But it saying there is no such file or directory.

View 12 Replies View Related

Slackware :: PATH -13.0: No Such File Or Directory

Apr 21, 2010

I am working on getting my software packages installed on my fresh Slackware64-13.0 installation. Some (but definitely not all) of my executables are unable to be run.

I understand what PATH is for. It is for locating files, folders, executables in those directories when running from a Terminal window.

So, for example, I have just installed Cisco VPN Client for Linux, and it is the strangest thing. I should have access to this. I must not be understanding something here. Does anyone have any idea why this is not working for me? I have put in an example of what I am talking about.

I have no idea why this is not working.

View 9 Replies View Related

Slackware :: Can't Exec /bin/login: No Such File Or Directory

Apr 13, 2011

Running Slack-13.1 64 bit stable Upgraded this morning kdelibs shadow and xrdb (patches). Can't login anymore at init 3:

Code:

can't exec /bin/login: No such file or directory

Can see /bin/login from other distro what to do where to search?

View 11 Replies View Related

Slackware :: /usr/lib/scilab-4.1.2/bin/scilex: No Such File Or Directory

Jan 9, 2010

Has anyone here ever installed the latest version of scilab on slackware 13 64bits? I just can't install/run it.

scilab-5.2.0
root@slack:/opt/scilab-5.2.0/bin# ./scilab
./scilab: line 343: /opt/scilab-5.2.0/bin/scilab-bin: No such file or directory
scilab-4.1.2

marcio@slack:~$ /usr/bin/scilab: line 58: /usr/lib/scilab-4.1.2/bin/scilex: No such file or directory

I tried older versions, same problem. I used to run scilab 4.x on slackware 11_32bit, it ran great.

View 6 Replies View Related

Ubuntu :: Installing Java - Bash: Version: No Such File Or Directory

Aug 22, 2010

i'm brand new to linux and honestly don't know how to use it very well and i am trying to install java, following the directions is not working i am stuck at Code: chmod a+x jre-6u<version>-linux-i586-rpm.bin it says bash: version: No such file or directory i downloaded the software to the downloads folder firefox uses as default.

View 6 Replies View Related

General :: Rt3070sta.ko No Such File Or Directory On Slackware - Error

Sep 11, 2010

I'm trying to install a WiFi Wireless IEEE 802.11N/G/B WLAN 150Mbps Network Adapter USB2.0 on Slackware. I get the following message when I enter "make install." cannot stat rt3070sta.ko no such file or directory

View 9 Replies View Related

Slackware :: No Firefox Flash Plugin File Directory?

May 8, 2011

Installed Slackware 13.37 over the weekend. Good so far. Problem with Firefox though as it does not have a plugins directory where we can move libflashplayer.so into like in previous versions. Where do we put it to file Firefox (and Seamonkey) to play flash.

View 3 Replies View Related

Slackware :: Install: Cannot Stat `cuda.h': No Such File Or Directory

Dec 15, 2010

I am trying to install the nvidia-drivers from Slackbuilds.org. When I try to run the SlackBuild, I get the following error:

Code:
install: cannot stat `cuda.h': No such file or directory

What am I missing?

The nvidia-kernel SlackBuild ran fine and created the kernel package.

View 14 Replies View Related

Ubuntu Networking :: Installing Wvdial - Cannot Open /dev/modem: No Such File Or Directory

Jul 31, 2011

I m using Ubuntu 11.04. I have USB modem MMX 300C HSIA Rev.A (BSNL) I m getting problem in installing wvdial. I have done following steps :

1) I have installed following packages in that same order:

libxplc0.3.13
libwvstreams4.4-base
libwvstreams4.4-extras
libuniconf4.4
wvdial_1.60.1+nmu2_i386

2) Then I run wvdial command but getting following o/p

--> WvDial: Internet dialer version 1.60
--> Cannot open /dev/modem: No such file or directory
--> Cannot open /dev/modem: No such file or directory
--> Cannot open /dev/modem: No such file or directory

[Code].....

View 1 Replies View Related

Slackware :: Fatal Error: Glib-object.h: No Such File Or Directory

May 31, 2011

I'm using Slackware 13.37 x64 (upgraded to slackware-current) and I have trouble compiling mysql workbench 5.2.34.

The error is:

Code:

scintilla-marshal.c:2:25: fatal error: glib-object.h: No such file or directory

But I have that glib-object.h file:

Code:

$ locate glib-object.h
/usr/include/glib-2.0/glib-object.h

This is when I try to compile version 5.2.27:

Code:

./PlatGTK.cxx:13:21: fatal error: gdk/gdk.h: No such file or directory

Code:

$ locate gdk.h
/usr/include/gtk-1.2/gdk/gdk.h
/usr/include/gtk-2.0/gdk/gdk.h

View 12 Replies View Related

Slackware :: Cryptsetup - No Such File Or Directory While Trying To Open /dev/mapper/crypthome?

Jan 24, 2011

I've encrypted the /home partition. I've been successful in doing this by following the instructions here:slackware64-current/README_CRYPT.TXTBut after upgrade to cryptsetup-1.2.0-x86_64, when I boot up I get 'no such file or directory while trying to open /dev/mapper/crypthome'I have to manually type 'cryptsetup luksOpen /dev/sda9 crypthome' and mount each time to get into the encrypted partition.I expect to be prompted for the password on boot but I just get that error, what is wrong?my config files:

/etc/crypttab:
crypthome /dev/sda9
/etc/fstab:

[code]....

View 5 Replies View Related

Slackware :: GFTP Segmentation Fault On Slack 13.0 - No Such File Or Directory

Jan 12, 2011

Does gFTP have any prerequisites other than those listed in its README file?I have a situation similar to this thread from a year ago - Using the gftp package distributed with Slack 13.0, I receive a segmentation fault when trying to launch it.strace reported a truckload of "no such file or directory" errors, generally involving locale files, however the presence (or absence) of the glibc-i18n package has no effect.

View 6 Replies View Related

Slackware :: Error: Cannot Open Basenames Index Using Db3 - No Such File Or Directory (2)

May 11, 2010

I am trying to install flash-plugin-10.0.45.2-release.i386.rpm so I inputed the folowing command and got the following error output:

Code:
bash-3.1$ rpm -i *.rpm
error: cannot open Basenames index using db3 - No such file or directory (2)
error: cannot open Providename index using db3 - No such file or directory (2)
error: cannot open Conflictname index using db3 - No such file or directory (2)
error: Failed dependencies:

[Code]...

View 3 Replies View Related

Slackware :: L 99 99 99 Pops Up - Fatal: Create /boot/map: No Such File Or Directory

Mar 4, 2011

Im sure that this issue is pretty old and you get some results from forums when you google it, but I cant seem to find the solution : When I boot my system ( its duel boot , win7 / Slackware 13.1 ) the message : L 99 99 99 pops up. I know this has to do with the MBR, When I looked online this is what people were told to do:

[Code]///

View 6 Replies View Related

Fedora :: Installing Xemacs On Centos 5.4 - Error: X11/bitmaps/gray: No Such File Or Directory

Feb 2, 2010

I am attempting to install Xemacs-21.4.22 on Centos 5.4 and get the following error message when I attempt to... make install

..........
xlwmenu.c:39:28: error: X11/bitmaps/gray: No such file or directory
xlwmenu.c: In function 'XlwMenuInitialize':
xlwmenu.c:3015: error: 'gray_bits' undeclared (first use in this function)
xlwmenu.c:3015: error: (Each undeclared identifier is reported only once
xlwmenu.c:3015: error: for each function it appears in.)
xlwmenu.c:3016: error: 'gray_width' undeclared (first use in this function)
xlwmenu.c:3016: error: 'gray_height' undeclared (first use in this function)
make[1]: *** [xlwmenu.o] Error 1

I understand that there are some X11 bitmaps not included in Centos 5.4 however I have no idea how to install them.

View 6 Replies View Related

General :: Specifying A Directory Path In Python?

Nov 20, 2009

I'm trying to write a script in python to extract data from maillogs in gz format. I wrote a shell script but i now want to do this in python, as thats the preferred method where i work. anyway does anyone know how to specify directory paths for example the maillogs exist in /var/log so i want the script to go to that directory would LOG_DIR="/var/log/" work?

View 1 Replies View Related

Software :: Installing Gcc On Puppy / "Failed Mounting Or Unmounting" / No Such File Or Directory?

Jan 19, 2010

I've recently installed Puppy Linux on a "second-hand" machine, and I'm trying to get gcc installed so that I can (hopefully) compile some wireless drivers for the USB adapter I'm trying to make work.

I've tried everything I can think of, including following the instructions on the Puppy website. When I click the devx_430.sfs file, it simply fails to mount ("Failed mounting or unmounting."). So I tried getting the gcc and make packages (+dependencies) from the Ubuntu repos, and install those (Puppy has an "undeb" utility). There are actually supposedly two ways of doing that: one is to click on the file in ROX-Filer, and that opens a confirmation dialog to install, so I tried that first (with all the .debs). That seemed to report a successful installation for each package (confirmation dialogs popped up to report installation success), but when I tried typing "gcc" in the terminal, it still couldn't find it ("bash: gcc: command not found").

So then I tried the second way: using "undeb" in the terminal. That again was supposedly successful (no errors), but still "bash: gcc: command not found" and "/usr/bin/gcc: No such file or directory".

So then I tried "file /usr/bin/gcc" and it gives this:

Code:
/usr/bin/gcc: broken symbolic link to 'gcc-4.3'
And of course, as expected, "find / -name "gcc-4.3" finds nothing.

Where are these files being extracted to, if at all? And I can't just use the package manager, because I don't have internet (this is how I'm trying to get internet). Am I totally screwed?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved