Sponsored Content
Operating Systems OS X (Apple) MacPorts, OpenCV, Python, and PyGame configuration help Post 302482159 by phoebebright on Monday 20th of December 2010 05:55:47 PM
Old 12-20-2010
Hammer & Screwdriver IT WORKED IT WORKED IT WORKED!

After 3 years on and off trying to get opencv installed on my mac I finally cracked it thanks to homebrew.

Go to page wiki/Mac_OS_X_OpenCV_Port page on the willowgarage site (can't post url as not allowed) and follow the instructions for Homebrew including using brew to install opencv. I had to change my permissions (instruction given) and delete /usr/local/include and /usr/local/lib and uninstall MacPorts, but I just followed the instructions after it worked!
 

4 More Discussions You Might Find Interesting

1. Ubuntu

ZStar ZC0305 doesn't work under openCV

I am using ZC0305b ZStar webcam. Highgui errors that compression format is invalid for both v4l2 and v4l. The same openCV apps work with different camera. openCV message boards suggest using libv4l . How can I implement this? tia (0 Replies)
Discussion started by: mehdi9
0 Replies

2. UNIX for Dummies Questions & Answers

Mac OS 10.6 and MacPorts

Hello everyone. I was previously using MacPorts 1.8 on Mac OS 10.5.8 without any problems and everything was working well. I recently upgraded to Xcode 3.2 and Mac OS 10.6, since then my MacPorts installation has not been working at all. I deleted it and then reinstalled the .dmg from the... (2 Replies)
Discussion started by: HoldenCaulfield
2 Replies

3. Linux

Unable to access CentOS setup Network Configuration after attempting Python update

I attempted to update Python on my CentOS 5.6 VM and have encountered some issues after then. Initially yum wouldn't work, but I have resolved that. However, now I am unable to access the Network Configuration section under setup. When I do select this option I see this at the command line: ... (2 Replies)
Discussion started by: crmpicco
2 Replies

4. Programming

OpenCV hello world c?

Hi, I am new to openCV, please I want an openCV hello world in C? (1 Reply)
Discussion started by: ubuaku
1 Replies
PYTHON-MKDEBIAN(1)						   User Commands						PYTHON-MKDEBIAN(1)

NAME
python-mkdebian - Generate a suitable Debian source package for a standard distutils application SYNOPSIS
python-mkdebian [options] DESCRIPTION
This script generates a reasonably Debian Policy compliant Debian source package for a Python application that uses distutils properly. It assumes that there are no public Python modules, and generates just a single application binary package. Information is taken from setup.py's generated .egg-info file: author, project name, description, version, upstream source, license, and required and provided Python modules (which are translated to Debian python library package names, and automatically added as package dependencies). It generates a simple cdbs/python-support rules file. python-mkdebian was designed to be used with the DistUtilsExtra.auto module, which calculates required Python dependencies automatically. However, it makes no explicit assumptions about DistUtilsExtra, so if setup.py has complete information it will work with any distutils setup. OPTIONS
--force-control=FORCE_CONTROL Force control file behaviour. Can be one of "none" (keep unchanged), "deps" (only update dependencies), or "full" (recreate whole file). By default only dependencies will be updated ("deps"). --force-copyright Force whole copyright file to be recreated. By default it will not touch an already existing copyright file, so that you can custom- ize them. --force-rules Force whole rules file to be recreated. By default it will not touch an already existing rules file, so that you can customize them. --changelog=CHANGELOG Add changelog entry to debian/changelog (can be specified multiple times) --dependency=PACKAGENAME Add additional debian package dependency (can be specified multiple times) --prefix=PREFIX Ask for installing all your modules in the dedicated PREFIX (default is /usr) --version Show program's version number and exit -h, --help Show this help message and exit SEE ALSO
Python help for the distutils module AUTHOR
python-mkdebian is developed by Martin Pitt <martin.pitt@ubuntu.com>. python-mkdebian May 2010 PYTHON-MKDEBIAN(1)
All times are GMT -4. The time now is 01:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy