Software :: Farsight2 Fails On Python Headers

Apr 2, 2010

I am trying to install farsight2-0.0.17 so can use camera in amsn, but its configure fails on python headers, actual error is :
checking for headers required to compile python extensions... not found
configure: error: could not find Python headers.
I have even tried to install the latest python from source (Python-3.1.2). I am using Mandriva 2010.0 kernel version 2.6.31.12-desktop586-3mnb kde 4.4. If I knew what the file was, could use 'whereis' to find the directory.

View 3 Replies


ADVERTISEMENT

Fedora :: SVN Amsn And Farsight2 ?

Jul 9, 2010

I installed amsn from SVN, I had gnutls and libv4l with its devel packages installed at compile time, and after I installed it I set amsn to msnp18 via amsn's console to enable the experimental video conferencing.

My issue is when I go to configure A/V, farsight2 throws this error when amsn checks for farsight2

Code:

I believe I have all the dependencies as listed on this page [url]

Perhaps I missed something when translating the ubuntu-named farsight dependencies to fedora's equivalent? Anybody see a solution to this?

I am using Fedora 13 64-bit, the system is up to date.

View 4 Replies View Related

Programming :: Python: Commands.getoutput (command) Fails

May 26, 2010

I've writte a small Munin plugin using python, which basically runs a shell command, and write the output to a file. For some reason the script fail quite often, and it seems to be failing at the "commands.getoutput" statement. This is what's leading up to that statement:

[Code]..

View 4 Replies View Related

Debian Configuration :: PIP Installation Fails For MySQL Connector Python

Apr 6, 2016

I got assigned to a project, where the installation is done over ansible. As I'm new in linux, python, django, ansible I wanted to try this out on a empty linux debian.

Code: Select alluname -a

Linux DebianABC 3.16.0-4 amd64 #1 SMP Debian 3.16.7-ckt20-1+deb8u4 (2016-02-29) x86 64 Gnu/Linux

When I now run my ansible playbook it tries to install mysql and suddenly I get an error:

Code: Select all:stderr: DEPRECATION: --allow-external has been deprecated and will be removed in the future. Due to changes in the repository protocol, it no longer has any effect.

DEPRECATION: --allow-unverified has been deprecated and will be removed in the future. Due to changes in the repository protocol, it no longer has any effect.

Could not find a version that satisfies the requirement mysql-connector-python==1.0.12 (from -r /home/abc/abcTest/requirements.pip (line 36)) (from versions: )

No matching distribution found for mysql-connector-python==1.0.12 (from -r /home/abc/abcTest/requirements.pip (line 36))

FATAL: all hosts have already failed -- aborting

So I checked the target machine and tried to run

pip install -vvv -r requirement.txt mysql-connector-python

As version 1.0.12 is an old version, I was searching and tried the following: [URL] ....

But also if I run the installation by direct download I have the same error message:

Code: Select allabc@DebianABC:/home/abc/abcTest$ pip install -r requirements.pip -vvv mysql-connector-python
Collecting http://cdn.mysql.com//Downloads/Connector-Python/mysql-connector-python-1.0.12.tar.gz (from -r requirements.pip (line 36))
  Starting new HTTP connection (1): cdn.mysql.com
  "GET //Downloads/Connector-Python/mysql-connector-python-1.0.12.tar.gz HTTP/1.1" 200 230923

[Code] ....

I was reading about the version requirements from PEP: [URL] .... but as the version looks ok, this should not be the problem.

View 0 Replies View Related

OpenSUSE Multimedia :: Cover Art Plugin Won't Load Because It Fails To Import Python-gstreamer

Jul 19, 2011

I've been using OpenSUSE 11.4 with GNOME for quite a while now and so far I've been a happy camper. This morning I decided to try GNOME 3 and the install went smoothly, with the only exception of rhytmbox(my music player of choice) not being available.Later I found rhythmbox for GNOME 3 in this repo: Index of /repositories/ GNOME:/ Apps/openSUSE_11.4+GNOME_STABLE_3.0.It works well but the Cover Art plugin won't load because it fails to import python-gstreamer.Should I report a bug against OpenSUSE 11.4 or maybe I am doing something wrong?

View 1 Replies View Related

CentOS 5 :: Can't Install Kernel-headers Glibc And Glibc-headers?

May 11, 2010

Yesterday, I think I did something stupid: I removed kernel-headers, gcc, glibc-devel and glibc-headers. My box is a CentOS 5.4 webserver (it has loads of packages installed, but that was done through Virtualmin config, so it's quite coherent all in all). The thing is that now I need to reinstall at least the headers and glibc, but hey! this is what I get :

[Code]...

View 19 Replies View Related

Programming :: Make Python Programs Run Without Entering The Command Python?

Mar 22, 2009

I want to be able to do

sudo ./program.py

instead of always having to do

sudo python program.py

What do I need to change?

View 5 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 :: Get Apt-get To Install Python Packages For A Different Version Of Python?

Oct 27, 2010

in ubuntu 10.10, I have installed python 2.7. I would like to use apt-get to install packages to this version of python but I haven't been able to figure out howThings I have tried without success:changing the symlink at /usr/bin/python to point to /usr/bin/python2.7 - even after doing this apt-get still installs stuff to python2.6.Set up python2.7 as the primary alternative using update-alternatives - doesn't work

View 3 Replies View Related

Software :: Python 3 Want Situation For Python 2 And Become Stop?

Jul 17, 2010

Python 3 want situation for python 2?Python 2 become stop?

View 1 Replies View Related

CentOS 5 :: Yum - Python-devel / Python Dependency

Jan 7, 2011

yum dependency problem please? I am running Centos 5.5. I need to install python-devel, but when I do so I get:

[Code]....

View 2 Replies View Related

Programming :: Python 2.x - Represent The Same In Python 3.x

Mar 4, 2010

I have a function definition in a Python 2.x script which take a tuple as one of its arguments, but 2to3 has no answers nor any of my searching on how to represent the same in Python 3.x

Code:

def blah(self, (string1, string2))

View 4 Replies View Related

CentOS 5 :: Upgrade Python-2.4.3 To Python-2.5?

Mar 30, 2011

How can I upgrade python-2.4.3 to python-2.5?

View 1 Replies View Related

Software :: Which Headers Are "The Headers"?

Jun 14, 2010

been a programmer for a while; on windows mostly but I'm starting to learn all that I can about linux software.I've picked up a funky little NAS which has ssh access to its (i believe uLinux) environment. I've also managed to find a compiler for it (gcc compiled for ARM - GNU/Linux).The plot thickens.I've had some headaches but I've now managed to compile Apache2 without DSO support... so far so good.In getting this far I've been told by a number of people i will need "the headers" specific to the device (the NAS didn't come with source code).

Since Apache 2 (without DSO) compiled fine I know i definitely have some headers. But DSO won't build with errors that lead me to believe it may be a header issue.The question:So i have some headers which educated guess work suggests to me that these are the headers for the std c/c++ libraries.finding "the headers" to know what they are the headers for

View 4 Replies View Related

Fedora :: Using Python 2.5 With Python 2.6 With F12?

Nov 30, 2009

Fedora 12 officially uses Python 2.6, good. But the Google AppEngine still goes by Python 2.5 and is showing import errors while i try to start the SDK. Here is the stack trace.

[URL]

View 3 Replies View Related

Ubuntu :: Python Interactive Session: "help()", Then "modules" Freezes Python?

Jan 12, 2011

This problem has to do with Python's interactive help (To get to the interactive help, just type help() at any interactive session). I like to browse all my installed Python modules, to see if I can find something that would be useful for my hobby programming projects. However, recently, typing modules (which is the command to list all installed modules) freezes the interactive session.

View 1 Replies View Related

Server :: E2fsck Fails - Bad Block / Inode - Fails To Transfer

Mar 29, 2010

I have a 14TB raid, file system is read-only and I am trying to run e2fsck -B -p -C -v -y /dev/sdb1, it goes through, but fails and says bad block/inode or fails to transfer, something like that.Is there a way I can get this to run successful, this is a production storage server, its critical.

View 13 Replies View Related

Programming :: Where To Put Headers And Cpp Files

Mar 14, 2010

I have several classes that I use for multiple programs. Where should I keep the h/cpp files so I only have to add the #include for the compiler to find them?

View 9 Replies View Related

Ubuntu :: Apt-get Update On Headers ?

Feb 8, 2011

Mostly just curious since everything works but in the essence of learning I'd like to know what this means.

Code:

The following packages have been kept back: linux-generic linux-headers-generic linux-image-generic 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.

It is easy to see what is held back, so the question is why? I'm running Linux Mint 10 Gnome edition.

Code:

Linux 2.6.35-22-generic #35-Ubuntu SMP Sat Oct 16 20:36:48 UTC 2010 i686 GNU/Linux

View 7 Replies View Related

Debian :: Apt Stuck In Waiting For Headers 0%

Oct 24, 2015

I have the problem of app stalling at 0% when trying to update. I ran apt with the debug option

apt-get -o Debug::Acquire::http=true update

And I get the following:

Code:
Select all0% [Trabajando]GET http://security.debian.org/dists/wheezy/updates/Release.gpg HTTP/1.1
Host: security.debian.org
Cache-Control: max-age=0
User-Agent: Debian APT-HTTP/1.3 (0.9.7.9)

GET http://ftp.mx.debian.org/debian/dists/wheezy/Release.gpg HTTP/1.1
Host: ftp.mx.debian.org
Cache-Control: max-age=0
User-Agent: Debian APT-HTTP/1.3 (0.9.7.9)

After a while trying to update, it trows out this error:

Code:
Select allIgn http://ftp.mx.debian.org wheezy-updates/non-free Translation-en
W: Imposible obtener http://security.debian.org/dists/wheezy/updates/main/binary-amd64/Packages  503  DNS error for hostname security.debian.org: Name or service not known. If security.debian.org refers to a configured cache repository, please check the corresponding configuration file.

[Code] ....

I have tried changing repos, also i have verified with iceweasel the availability of the repo.

Ihave changed aldo the network setting from dhcpd to static.

I am using Debian wheezy, gnome desktop enviroment, although the DE is irrelevant.

My conections details:

Code:
Select all
eth0      Link encap:Ethernet  HWaddr 50:46:5d:b2:1b:2a 
          inet addr:192.168.2.14  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: fe80::5246:5dff:feb2:1b2a/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:376446 errors:0 dropped:0 overruns:0 frame:0

[Code] .....

View 1 Replies View Related

Fedora :: How To Install Kernel Headers

Jul 24, 2009

I've installed Vmware Workstation and tried to run it only to have the following appear;

Kernel Headers 2.6.27.25-170.2.72.fc10.i586

Kernel headers for version 2.6.27.25-170.2.72.fc10.i586 were not found. If you installed them in a non-default path you can specify the path below etc.......

I've tried to search and find the kernel headers but can't find them.

View 14 Replies View Related

Fedora :: C Headers For Vmware-tools On Ws7?

Dec 21, 2009

I have installed workstation 7 and installed f12 in it. I have tried to install the tools but it cant find the headers. I have the latest kernel 2.6.31.6-166 PAE and installed the headers and devel. I have pointed the the path to /lib/modules/2.6.31.6-166.fc12.i686.PAE/build/include and /usr/src/kernel/2.6.31.6-166-fc12.i686.PAE/include and it wont take any.I have searched google and the forums and all i find is you need to install the devel and headers which i've done.

View 3 Replies View Related

OpenSUSE :: Kernel-headers For 26.34.7-0.7 Were Not Found

May 4, 2011

Today, on my 11.3 machine. the kernel was updated. When I started my vmware 7 workstation, it came up with a message "kernel-headers for 26.34.7-0.7 were not found. enter an alternative location"

View 3 Replies View Related

OpenSUSE :: Kernel Headers Not Matching / What To Do?

Jun 2, 2011

Just installed OpenSuse 11.4 on a laptop yesterday. Trying to compile VMware player, however my kernel headers are not matching with repo code...

View 9 Replies View Related

Ubuntu :: How To Correctly Choose Headers

Oct 23, 2010

I'd like to choose correct linux-header.it could be that I don't haave appropriete drivers for my machine (don't know)it's true sound and video works but when it comes to gaming everything works soo slow and I get multy freezes from wine + "log out" problems with some games not like from windows (dual boot)now I saw some linux headers from synaptic.

View 4 Replies View Related

Ubuntu :: Apt-get Hangs At Waiting For Headers

Jan 25, 2011

For two days I've been trying to update and install packages on a Lucid 64-bit system. It's a fresh install and I've never had any problems with any apt-get commands before in the two years during which I've installed Ubuntu on everything I own. It just hangs at 0% [Waiting for Headers]. I can provide more information if needed.

I suspect his may have something to do with it: (copied from terminal output)

Err [URL]

My sources.list:

# deb cdrom:[Ubuntu 10.04.1 LTS _Lucid Lynx_ - Release amd64 (20100816.1)]/ lucid main restricted
deb-src http://archive.ubuntu.com/ubuntu lucid main restricted #Added by software-properties
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

[Code].....

View 3 Replies View Related

Programming :: Including Headers Recursively - Is It Right?

Jul 29, 2010

Say, I have a header file containing all required includes:
Code: /* global.h */
#include <stdio.h>
#include <unistd.h>
...
#include <dirent.h>
#include <signal.h>
... /* and so on */

I have several modules in a program (*.h *.c files) and in each *.h I include global.h, then they are included in corresponding *.c files. And I receive strange messages from compiler, like a "warning: implicit declaration of function fdopendir", "error: expected declaration specifiers or '...' before 'siginfo_t' ", "error: 'DT_DIR' undeclared..." though these types, functions and constants are all declared in system headers. What does it mean?... Compiler is GCC 4.4.4-2, system is Fedora 13 x86_64

View 9 Replies View Related

Fedora :: Kernel-headers Location ?

Aug 29, 2010

Does anyone know the kernel-headers location, or how to determine that location, in Fedora 13? I'm installing vmware-tools and it's prompting for it. /usr/include/ and /usr/include/linux/ were revealed to have many header files, as shown by doing rpm -ql kernel-headers

However the installer rejected these locations. My only guess as to why is because they're not where the currently-running kernel has them. I also tried /usr/src/kernels/(kernelversion).fc13.i686/include/ with no luck...

View 3 Replies View Related

Hardware :: Headers For Custom Kernels?

Jan 25, 2010

I try to create/compile custom kernel from kernel.org. But is that a problem later to install headers? For example to install nvidia driver from nvidia.com I need header from my kernel and I havenot got all kernels or not? I am not very sure about this. Can somebody explain a littel, what happned with custom kernel and headers? Are there linux-headers only for some kernels? Which ones? All from kernel.org?

View 2 Replies View Related

General :: Error: SSL Headers Not Found

Mar 25, 2011

I am tying install part image but ı receiving an error message like this:

#./configure
configure: error: SSL Headers not found.
i am using ubuntu 9.10 64bit

View 4 Replies View Related







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