[SOLVED]No osgeo python module after GDAL build -- enabled filegdb

I compiled GDAL 1.10 from [community] using "yaourt -Sb gdal" and modified the PKGBUILD so that ./configure would include --with-fgdb=<path to filegdb libs>
The program compiled and installed fine with FileGDB support but now QGIS, or python doesn't have the much needed osgeo module anymore.
The plugin error when starting qgis says:
Unable to load GdalTools plugin.
The required "osgeo [python-gdal]" module is missing.
Install it and try again.
I can't import it from python using "import osgeo" - no surprise since QGIS complains it can't either.
There isn't an osgeo folder in /usr/lib/python2.7/site-packages anymore either or any of the gdal*.py files.
If I re-install gdal from the community repo, it's all back to normal in both QGIS and python but without ESRI FileGDB support.
Anyone know or can help me figure out what's wrong and why my custom build (with only an added configure option) doesn't include the osgeo python module like the gdal from the community repo does?
If there's any more info I can share that'd be helpful, just let me know.
Last edited by saultdon (2013-07-07 07:02:14)

In a paste of the compile output I can see the osgeo module being installed for python3 instead.
The PKGBUILD has a portion that looks like it should be installing for python2 instead:
package () {
  cd "${srcdir}/$pkgname-$pkgver"
  install -d "${pkgdir}/usr/lib/python2.7/site-packages/"
  make DESTDIR="${pkgdir}" install
At least it's installing because I can import the osgeo module in python3, but QGIS uses python2.
I'm not sure why it's installing for python3.
Python3 is the default python on this system by default, that might have something to do with it.
uname -a
Linux alienix 3.9.9-1-ARCH #1 SMP PREEMPT Wed Jul 3 22:45:16 CEST 2013 x86_64 GNU/Linux

Similar Messages

  • [SOLVED] Where is /lib/modules/$(uname -r)/build?

    How can I get build files for my installed Linux kernel?
    I am trying to make a module.
    Sorry, I found it.
    sudo pacman -S linux-headers
    Last edited by kdar (2012-03-15 02:37:29)

    Ok, I didn't see the "26" in kernel26-headers when I first read it...
    Thanks for making me re-read!

  • Automatically build kernel module after kernel update

    Hello. Everytime kernel is updated, my wifi drivers don't work. I need to use this to get my adapter working: https://aur.archlinux.org/packages/8192cu-dkms/ .
    After kernel update, I have to manually reinstall the package, so the kernel module gets rebuilt. Is there any way to make it automatic?

    I noticed it, but your script doesn't run at all when I type `mkinitcpio -p linux`. And wifi still works after reboot. Same for graphics driver, it has a hook at shutdown, that rebuilds its module after kernel update, it haven't run too and graphics driver works. It's like 'mkinitcpio -p linux' does nothing to the system.
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 4.0.4-2-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
    ==> Image generation successful
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 4.0.4-2-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: wd719x
    ==> WARNING: Possibly missing firmware for module: aic94xx
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
    ==> Image generation successful
    Last edited by kox (2015-06-02 07:18:24)

  • [solved ]Gedit plugins not working (python module missing)

    What's the problem with python gedit plugins? None of them works, all I get is this:
    Could not find platform independent libraries <prefix>
    Could not find platform dependent libraries <exec_prefix>
    Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
    ** (gedit:8017): WARNING **: Could not import pygtk
    Traceback (most recent call last):
    File "/opt/gnome/lib/gedit-2/plugins/terminal.py", line 23, in ?
    import gedit
    ImportError: No module named gedit
    ** (gedit:8017): WARNING **: Could not load python module terminal
    ** (gedit:8017): WARNING **: Error, impossible to activate plugin 'Embedded Terminal'
    I've added all imaginable paths to PYTHONHOME and PYTHONPATH and I have pygtk installed. I could not find that gedit module anywhere either. What should I do?
    edit: solved by installing newest gedit from testing (2.18.0)
    Last edited by mikoro (2007-03-27 17:24:34)

    Mar2zz wrote:
    I am using Gnome indeed. I have the following items under Edit:
    - Undo
    - Redo
    - Cut
    - Copy
    - Paste
    - Remove (or delete, translating from Dutch)
    - Select all
    - Insert date and time
    That's it...
    Ok, try my suggestion: click on the Gedit icon in the top bar. It  might be in there. That's where GNOME is starting to put all of the application-wide (as opposed to instance-specific) menu entries.
    Last edited by jakobcreutzfeldt (2013-07-05 15:45:59)

  • Cant install python modules.

    Hi, i have just started using berkeley db xml, and i'd like to use the python bindings ('im more cumfortable with python rather than java or c++).
    But, when i follow the procedure (as in README in dbxml-2.5.13/dbxml/src/python/bsddb3-4.8.0/README)
    i get the error:
    python setup.dbxml.py build
    running build
    running build_py
    running build_ext
    building 'bsddb3._pybsddb' extension
    gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3 -DPYBSDDB_STANDALONE=1 -I../../../../install/include -I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c Modules/_bsddb.c -o build/temp.macosx-10.3-fat-2.6/Modules/_bsddb.o
    In file included from /Library/Frameworks/Python.framework/Versions/2.6/include/python2.6/unicodeobject.h:4,
    from /Library/Frameworks/Python.framework/Versions/2.6/include/python2.6/Python.h:85,
    from Modules/_bsddb.c:92:
    /Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory
    In file included from /Library/Frameworks/Python.framework/Versions/2.6/include/python2.6/unicodeobject.h:4,
    from /Library/Frameworks/Python.framework/Versions/2.6/include/python2.6/Python.h:85,
    from Modules/_bsddb.c:92:
    /Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory
    lipo: can't figure out the architecture type of: /var/folders/ny/nydPeoc+Ghy00a8WqC3IU++++TI/-Tmp-//ccJWWHQZ.out
    error: command 'gcc' failed with exit status 1
    thanks.

    I see you are on a mac - building these packages with the default install can be a major PIA. I recommend starting with a fresh python install instead of the system one just to make sure std packages don't get messed up. Also, make sure you have mac dev tools/env installed so you get the right gcc version.
    hth,
    eleddy

  • Can't import python modules anymore: Problems with PyQt4.Qt

    Hallo,
    at the beginning: Sorry for my horrible english!
    I made a big mistake and a possible stupid thing:
    I yesterday try to install SIP and Ppyqt4 under a virutal enviroment because I want to use SIP for creating
    generator codes between pyhton and C++.
    I got SIP from the AUR's:
    archlinux.org/packages/extra/x86_64/python-sip/
    and installed it this way:
    lucacerone.net/2013/08/installing-pyqt4 … yx-dGd_phF   
    I did it this way because on the official SIP-documentation site I didn't understand, WHERE to install this:
    pyqt.sourceforge.net/Docs/sip4/installa … onfiguring
    I know now, that was a very stupid idea because when I try to run a pyhton script with:
    python programm_file.py
    , I got the follwing errors importing a module in a python script:
    [vain@chinchi2 python_programme]$ python test.py
    Traceback (most recent call last):
    File "test.py", line 25, in <module>
    import matplotlib.pyplot as plt
    File "/usr/lib/python3.3/site-packages/matplotlib/pyplot.py", line 98, in <module>
    _backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup()
    File "/usr/lib/python3.3/site-packages/matplotlib/backends/__init__.py", line 28, in pylab_setup
    globals(),locals(),[backend_name],0)
    File "/usr/lib/python3.3/site-packages/matplotlib/backends/backend_qt4agg.py", line 13, in <module>
    from .backend_qt4 import QtCore, QtGui, FigureManagerQT, FigureCanvasQT,\
    File "/usr/lib/python3.3/site-packages/matplotlib/backends/backend_qt4.py", line 21, in <module>
    import matplotlib.backends.qt4_editor.figureoptions as figureoptions
    File "/usr/lib/python3.3/site-packages/matplotlib/backends/qt4_editor/figureoptions.py", line 13, in <module>
    import matplotlib.backends.qt4_editor.formlayout as formlayout
    File "/usr/lib/python3.3/site-packages/matplotlib/backends/qt4_editor/formlayout.py", line 51, in <module>
    from matplotlib.backends.qt4_compat import QtGui,QtCore
    File "/usr/lib/python3.3/site-packages/matplotlib/backends/qt4_compat.py", line 56, in <module>
    from PyQt4 import QtCore, QtGui
    RuntimeError: the sip module implements API v11.0 but the PyQt4.QtCore module requires API v10.1
    [vain@chinchi2 python_programme]$
    I then upgraded PyQt4 to PyQt 5 with pacman and
    pyqt5-common 5.2-1 [installed]
    python-qscintilla-common 2.8-1 [installed]
    qscintilla 2.8-1 [installed]
    But there is still the same RuntimeErroe with PyQt4. Maybe there exists false dependencies for the shared libraries? How can I get
    rid of these errors, I need pyhton for programming a project. What can I do to solve it?
    Every answer which could help is welcome!
    Last edited by chinchi (2014-03-21 20:59:25)

    Lone_Wolf wrote:
    Note : i know very little about the packages involved here.
    Both of those guides you mention deal with MANUALLY installing sip & pyqt, and that is almost always a BAD idea on archlinux.
    Since you also seem to have installed both with pacman, you likely now have a mix of 2 different sip & pyqt installs in one system.
    to make things work again, you'll have to clean up your system.
    basically that would mean removing the sip & pyqt with pacman, then figuring out what those manual installs added and remove that also.
    it will be tricky and time consuming, reinstaling seems like a much easier and faster method.
    Once you have succesfully re-installed or cleaned up, just install sip & pyqt through pacman and you should be good to go.
    Hi,
    I uninstall sip with:
    sudo pacman -Rsc sip
    also Pyqt and reinstalled them again with Pyqt5 and the new version of sip 4.15.4, so have not more errors like:
    from PyQt4 import QtCore, QtGui
    RuntimeError: the sip module implements API v11.0 but the PyQt4.QtCore module requires API v10.1
    It improved. But I can't still load several Python modules like matplotlib:
    File "erstenprog.py", line 26, in <module>
    import matplotlib.pyplot as plt
    ImportError: No module named 'matplotlib'
    Any idea?
    chinchi

  • Python module under db 4.3.29

    According to the documentation for the python module, version 4.3 of db is sufficient for building the module. However, when I try python setup.py build I get the following error:
    dbxml_python_wrap.cpp: In function ‘void init_dbxml()’:
    dbxml_python_wrap.cpp:36842: error: ‘DB_READ_UNCOMMITTED’ was not declared in this scope
    dbxml_python_wrap.cpp:36848: error: ‘DB_READ_COMMITTED’ was not declared in this scope
    I see that the two missing declarations are in the db.h from 4.5.20 included with dbxml, but they aren't in the db.h I have installed here.
    What am I to do? I'm working on packaging this for a Linux distribution, and unfortunately they're pretty insistent of using installed libraries instead of packaged ones.

    Now everything is compiling successfully (with some warnings about -R being an unknown option) but I get the following error when trying to import the module. Any idea where I should start tracking this down?
    Python 2.4.3 (#1, Feb 20 2007, 15:36:44)
    [GCC 4.1.1 (Gentoo 4.1.1-r3)] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    import bsddb3
    import dbxmlTraceback (most recent call last):
    File "<stdin>", line 1, in ?
    File "/usr/lib/python2.4/site-packages/dbxml.py", line 5, in ?
    import _dbxml
    ImportError: /usr/lib/libdbxml-2.3.so: undefined symbol: _ZTI11DbException                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Python module for Adaptive Server compatibility with ASE 12

    I discovered that the Python module in the SDK can't pass datetime as a parameter to an ASE 12 server, most likely because it is trying to use bigdatetime. Is this intentional? It was generally expected for OpenClient to be backwards compatible after all.

    Hi,
    ASE 12 is very old and since no Eng support maybe decision made to not use datetime. However, you can certainly request feature - if you are able to create incident we can create Feature and then incident can be used for tracking purposes, etc.
    If unable to create incident please provide details:
    ASE version (exact with select @@version)
    SDK version being used
    code sample to demonstrate problem and the output from such a test
    If you used TDS please provide that trace as well if possible
    Cheers,
    -Paul

  • Script Works In Simulator, Fails After Project Build

    I have a DSP3 project that consists basically of the following:
    One menu with 5 buttons.
    5 tracks
    I wrote a script that uses SPRM8 to determine which button was last used and to display that button when the user returns to the menu.
    The script works fine when run in the Simulator. The last button used is always displayed. After building the project and testing it in DVD Player I find it doesn’t work. I burnt the project to a DVD+RW and tested in an actual DVD Player desk, but as expected it didn’t work.
    Works in Simulator, but not after being built.
    Can anyone suggest something I’ve either overlooked, or have gotten wrong?

    The question is, the script works in the DSP3 simulator, but not after the build.
    That's what I'm trying to figure out.
    Thanks Karen.
    I'm trying to set up the DVD so that you can jump back to the menu from any point in the track, and from any track, and still have the last active button displayed. And without going to the end of the track.
    Would your suggestion do this?
    Thanks Hal.
    What follows is the best I can do.
    Script "Button-Return" {
    Name "Button-Return"
    ObjectType "Script"
    SelectedState 0
    CommandsUsed 0
    CommandsFree 120
    ScriptCommandArray "ScriptCommandFolder" {
    Name "ScriptCommandFolder"
    ObjectType "Script Command Array"
    SelectedState 0
    ChildObjectType "Script Command"
    ScriptCommand "Script Command 1" {
    Name "Script Command 1"
    ObjectType "Script Command"
    Size 0
    Duration 0
    SelectedState 0
    Comment ""
    CommandType Set GPRM
    OperatorType mov
    Argument1 RegisterCell "GPRM 0"
    Script2ndArgumentType SPRM
    Script2ndArgumentSPRMRegister SPRM 8
    Script2ndArgumentSpecialValue Current Item
    Script2ndArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndArgumentImmediateValue 0
    Script2ndArgumentItemID notSet
    Compare 0
    CompareArgument1 RegisterCell "GPRM 0"
    Script2ndCompareArgumentType Immediate
    Script2ndCompareArgumentSPRMRegister SPRM 0
    Script2ndCompareArgumentSpecialValue Current Item
    Script2ndCompareArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndCompareArgumentImmediateValue 0
    Script2ndCompareArgumentItemID notSet
    CompareOperatorType =
    ScriptTarget notSet
    GotoTarget 1
    SubtitleEnabled 0
    SubtitleValue 1
    SubtitleVisible 0
    SubtitleGPRM RegisterCell "GPRM 0"
    AudioEnabled 0
    AudioValue 1
    AudioGPRM RegisterCell "GPRM 0"
    AngleEnabled 0
    AngleValue 1
    AngleGPRM RegisterCell "GPRM 0"
    SetSystemIsImmediate 1
    ButtonIndex 0
    GPRMTarget 0
    CounterMode 0
    ParentalLevel 0
    ScriptCommand "Script Command 2" {
    Name "Script Command 2"
    ObjectType "Script Command"
    Size 0
    Duration 0
    SelectedState 0
    Comment ""
    CommandType Jump
    OperatorType mov
    Argument1 RegisterCell "GPRM 0"
    Script2ndArgumentType GPRM
    Script2ndArgumentSPRMRegister SPRM 0
    Script2ndArgumentSpecialValue Current Item
    Script2ndArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndArgumentImmediateValue 0
    Script2ndArgumentItemID notSet
    Compare 1
    CompareArgument1 RegisterCell "GPRM 0"
    Script2ndCompareArgumentType Immediate
    Script2ndCompareArgumentSPRMRegister SPRM 0
    Script2ndCompareArgumentSpecialValue Current Item
    Script2ndCompareArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndCompareArgumentImmediateValue 1024
    Script2ndCompareArgumentItemID notSet
    CompareOperatorType <=
    ScriptTarget Button "001" of Menu "DW-Menu"
    GotoTarget 1
    SubtitleEnabled 0
    SubtitleValue 1
    SubtitleVisible 0
    SubtitleGPRM RegisterCell "GPRM 0"
    AudioEnabled 0
    AudioValue 1
    AudioGPRM RegisterCell "GPRM 0"
    AngleEnabled 0
    AngleValue 1
    AngleGPRM RegisterCell "GPRM 0"
    SetSystemIsImmediate 1
    ButtonIndex 0
    GPRMTarget 0
    CounterMode 0
    ParentalLevel 0
    ScriptCommand "Script Command 3" {
    Name "Script Command 3"
    ObjectType "Script Command"
    Size 0
    Duration 0
    SelectedState 0
    Comment ""
    CommandType Jump
    OperatorType mov
    Argument1 RegisterCell "GPRM 0"
    Script2ndArgumentType GPRM
    Script2ndArgumentSPRMRegister SPRM 0
    Script2ndArgumentSpecialValue Current Item
    Script2ndArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndArgumentImmediateValue 0
    Script2ndArgumentItemID notSet
    Compare 1
    CompareArgument1 RegisterCell "GPRM 0"
    Script2ndCompareArgumentType Immediate
    Script2ndCompareArgumentSPRMRegister SPRM 0
    Script2ndCompareArgumentSpecialValue Current Item
    Script2ndCompareArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndCompareArgumentImmediateValue 2048
    Script2ndCompareArgumentItemID notSet
    CompareOperatorType =
    ScriptTarget Button "002" of Menu "DW-Menu"
    GotoTarget 1
    SubtitleEnabled 0
    SubtitleValue 1
    SubtitleVisible 0
    SubtitleGPRM RegisterCell "GPRM 0"
    AudioEnabled 0
    AudioValue 1
    AudioGPRM RegisterCell "GPRM 0"
    AngleEnabled 0
    AngleValue 1
    AngleGPRM RegisterCell "GPRM 0"
    SetSystemIsImmediate 1
    ButtonIndex 0
    GPRMTarget 0
    CounterMode 0
    ParentalLevel 0
    ScriptCommand "Script Command 4" {
    Name "Script Command 4"
    ObjectType "Script Command"
    Size 0
    Duration 0
    SelectedState 0
    Comment ""
    CommandType Jump
    OperatorType mov
    Argument1 RegisterCell "GPRM 0"
    Script2ndArgumentType GPRM
    Script2ndArgumentSPRMRegister SPRM 0
    Script2ndArgumentSpecialValue Current Item
    Script2ndArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndArgumentImmediateValue 0
    Script2ndArgumentItemID notSet
    Compare 1
    CompareArgument1 RegisterCell "GPRM 0"
    Script2ndCompareArgumentType Immediate
    Script2ndCompareArgumentSPRMRegister SPRM 0
    Script2ndCompareArgumentSpecialValue Current Item
    Script2ndCompareArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndCompareArgumentImmediateValue 3072
    Script2ndCompareArgumentItemID notSet
    CompareOperatorType =
    ScriptTarget Button "003" of Menu "DW-Menu"
    GotoTarget 1
    SubtitleEnabled 0
    SubtitleValue 1
    SubtitleVisible 0
    SubtitleGPRM RegisterCell "GPRM 0"
    AudioEnabled 0
    AudioValue 1
    AudioGPRM RegisterCell "GPRM 0"
    AngleEnabled 0
    AngleValue 1
    AngleGPRM RegisterCell "GPRM 0"
    SetSystemIsImmediate 1
    ButtonIndex 0
    GPRMTarget 0
    CounterMode 0
    ParentalLevel 0
    ScriptCommand "Script Command 5" {
    Name "Script Command 5"
    ObjectType "Script Command"
    Size 0
    Duration 0
    SelectedState 0
    Comment ""
    CommandType Jump
    OperatorType mov
    Argument1 RegisterCell "GPRM 0"
    Script2ndArgumentType GPRM
    Script2ndArgumentSPRMRegister SPRM 0
    Script2ndArgumentSpecialValue Current Item
    Script2ndArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndArgumentImmediateValue 0
    Script2ndArgumentItemID notSet
    Compare 1
    CompareArgument1 RegisterCell "GPRM 0"
    Script2ndCompareArgumentType Immediate
    Script2ndCompareArgumentSPRMRegister SPRM 0
    Script2ndCompareArgumentSpecialValue Current Item
    Script2ndCompareArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndCompareArgumentImmediateValue 4096
    Script2ndCompareArgumentItemID notSet
    CompareOperatorType =
    ScriptTarget Button "004" of Menu "DW-Menu"
    GotoTarget 1
    SubtitleEnabled 0
    SubtitleValue 1
    SubtitleVisible 0
    SubtitleGPRM RegisterCell "GPRM 0"
    AudioEnabled 0
    AudioValue 1
    AudioGPRM RegisterCell "GPRM 0"
    AngleEnabled 0
    AngleValue 1
    AngleGPRM RegisterCell "GPRM 0"
    SetSystemIsImmediate 1
    ButtonIndex 0
    GPRMTarget 0
    CounterMode 0
    ParentalLevel 0
    ScriptCommand "Script Command 6" {
    Name "Script Command 6"
    ObjectType "Script Command"
    Size 0
    Duration 0
    SelectedState 0
    Comment ""
    CommandType Jump
    OperatorType mov
    Argument1 RegisterCell "GPRM 0"
    Script2ndArgumentType GPRM
    Script2ndArgumentSPRMRegister SPRM 0
    Script2ndArgumentSpecialValue Current Item
    Script2ndArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndArgumentImmediateValue 0
    Script2ndArgumentItemID notSet
    Compare 1
    CompareArgument1 RegisterCell "GPRM 0"
    Script2ndCompareArgumentType Immediate
    Script2ndCompareArgumentSPRMRegister SPRM 0
    Script2ndCompareArgumentSpecialValue Current Item
    Script2ndCompareArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndCompareArgumentImmediateValue 5120
    Script2ndCompareArgumentItemID notSet
    CompareOperatorType =
    ScriptTarget Button "005" of Menu "DW-Menu"
    GotoTarget 1
    SubtitleEnabled 0
    SubtitleValue 1
    SubtitleVisible 0
    SubtitleGPRM RegisterCell "GPRM 0"
    AudioEnabled 0
    AudioValue 1
    AudioGPRM RegisterCell "GPRM 0"
    AngleEnabled 0
    AngleValue 1
    AngleGPRM RegisterCell "GPRM 0"
    SetSystemIsImmediate 1
    ButtonIndex 0
    GPRMTarget 0
    CounterMode 0
    ParentalLevel 0
    ViewInfo "ViewInfo" {
    Name "ViewInfo"
    ObjectType "View Info"
    SelectedState 0
    ViewInfoPosition (X:300 Y:-220)
    ViewInfoSize (X:0 Y:0)
    ViewInfoColor 0
    ViewInfoGroup notSet
    ViewThumbframeTime 0
    ViewInfoAttentionLevel 0
    ViewInfoIsSet 1
    }

  • Encore chapters issue....different breaks after DVD build

    I have a project I exported from Premier using Dan Isaac's method and have imported into Encore. The project contains a main menu and 2 sub menus, each containing 6 chapter selection buttons. When I preview the main and both sub menus in Encore, the chapter selection buttons take me to the chapter starts that I have created in Encore by right clicking the timeline and selecting Add chapter point. But after I build the DVD in Encore and play it, the main menu and 1st submenu work great. But, on the second submenu, chapter selection button 7 takes me to the chapter it should, but chapter buttons 8-12 take me to segments in the video that don't have a chapter point added to them in Encore. The main menu also has an Outakes button that is at the end of the timeline and this also takes me to the middle of a clip.
    It seems like once I make a chapter point past a certain part of the timeline, none of them will sync with the chapter selection button I've created and sync'd via the drag & join whip in Encore.
    Any ideas what the problem might be? Thanks for any advice, I'm a week behind schedule now and really need to get this master delivered today!

    Joe,
    Your workaround is my normal workflow, but that is how I edit: Chapters = Sequences in PP and are Exported individually as elemental streams (Video only = DV-AVI and Audio only = AC3 DD 5.1 SS). With the advent of Playlists, this method has been, so far, flawless.
    I would *guess* that Stanley is right-on with the GOP break idea for the failure with the MPEG files.
    Good luck,
    Hunt

  • Python in after effects

    hi,
    I was wondering if there was a way to create tools in aftereffects using python . I have come across a plugin but the link does not work.
    http://msp.sfsu.edu/Instructors/rey/aepage/aeplugs.html
    can someone point me in the right direction.
    thanks,
    sincerely
    Amit

    A little bit late, but I'm happy to mention that my plug-in, "Omino Python" for After Effects enables some python scripting within After Effects. While you cannot create a self-contained plug-in, you can run a Python script that draws on each frame. Also you can animate parameters on it, as with any other plug-in.
    See: http://omino.com/
    For now, only Mac OS X on AECS5.
    Enjoy!

  • [Resolved] Distributing a Python module that uses C shared libs?

    I did some research on distutils, and I managed to find fairly detailed instructions for how one could distribute a Python module with C extensions. However, I have a Python module which uses ctypes to run code from C shared libraries (more specifically: SDL, and related libraries).
    Basically, this is what I have:
    pslab.py # requires ctypes wrapper modules below
    sdl.py # ctypes wrapper modules require respective shared libs below
    sdlmixer.py
    sdlimage.py
    sdlttf.py
    # This is for Linux -- .dll for Windows, .dylib for OSX.
    libSDL.so
    libSDL_mixer.so
    libSDL_image.so
    libSDL_ttf.so
    Is there a "standard" way to distribute modules of this type (maybe some undocumented distutils method, or something I failed to find)?
    The Python files are not the problem (distutils can handle them), but I need a way to install the appropriate shared libs for the platform in question (if necessary), so that ctypes wrapper modules can find and load them.
    Last edited by Goran (2012-08-14 08:51:19)

    You could distribute those files ... but I wouldn't recommend it.
    I believe the closest thing to a "standard" is simply to list sdl as a dependency.  A package distributor should not try to manage dependencies for users (only inform them of the dependencies).  That is either up to the user, or (more often) the distro's package management system.
    If I download a program that uses gtk, I don't expect it to include all of the gtk too.  Rather, the documentation would simply specify that gtk is a dependency.  Are you going to also distribute copies of the python interpreter?  Perhaps I'm missing something, but why would sdl be any different than python itself?  It's assumed (or speficied) that the user needs to have these installed for your package to work.
    Last edited by Trilby (2012-08-13 23:44:44)

  • Civilization V stopped working after installing build 10041

    After installing build 10041, civilization V crashes when loading a game.
    This worked perfectly just before the installation and fails after.
    anybody else experiencing this issue? Any solutions?
    My guess is that it is a directx issue but I can't be sure.
    Just to prevent the questions being asked, it is a 100% legit version of Civilization installed over steam.
    I tried reinstalling directx and reinstalling CIV V. Both failed. Drivers updated. Also failed.
    Gal Ben Yair

    Please provide us with your Event Viewer administrative logs by following these steps:
    Click Start Menu
    Type eventvwr into Search programs and files (do not hit enter)
    Right click eventvwr.exe and click Run as administrator
    Expand Custom Views
    Click Administrative Events
    Right click Administrative Events
    Save all Events in Custom View As...
    Save them in a folder where you will remember which folder and save as Errors.evtx
    Go to where you saved Errors.evtx
    Right click Errors.evtx -> send to -> compressed (zipped) folder
    Upload the .zip file to Onedrive or a file sharing service and put a link to it in your next post
    If you have updated to win 8.1 and you get the error message "the system cannot find the file specified" it is a known problem.
     The work around is to edit the registry.  If you are not comfortable doing this DONT.  If you are, backup the key before you do
    Press Win+"R" and input regedit
    Navigate to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Channels. Delete "Microsoft-Windows-DxpTaskRingtone/Analytic"
    Wanikiya and Dyami--Team Zigzag

  • RE: how to add attributes in graphical modulator in segment builder .

    Hi Gurus,
    can you please help me how to add attributes in graphical modulator in segment builder in sap CRM 7.0 WEB-UI.
    thanks and regards
    satyanarayana
    Edited by: koradasatya on Oct 27, 2011 8:14 PM

    Hi Gurus,
    thanks for your reply my requirement from client is given below if you could answer this it will be a great help for me.
    WKSC needs to be able to make selections (in segment builder) with the possibilities to use stored data on organizations. The information we are missing in Segment builder (SB) (and Account search for industrycode) are Industrycode (we want to see values not codes) and responsible salesrep (values not codes).
    These variables together with regions and other marketing attributes is crucial for us. Without it we cannot use the functionality built.
    We also need it so that we can extract smaller parts of our customers and prospects and update them with information from the thirdparty or adding new persons to them.
    Everyone using the SB should be able to use the fields for selections. i.e. Marketers, marketing managers and power users.
    Example
    We would like to make selections that could look like this.
    Region: A and B
    Organization in Industrycode C
    Sales rep: D, E, and F
    Turnover: above 50000
    CP on selected orgs
    CP has title G or H
    CP has Email not blank
    thanks and regards
    satya

  • Eclipse with flash builder 4 plugin consume the whole memory after several builds

    Hi,
    we have installed eclipse flash builder 4 plugin on eclipse 3.5.2 on Mac OS 10.6.
    We experience problem with memory leak using flash builder plugin 4.
    When we build flash project several times, then we see that eclipse consume more and more in time and at the end it looks like that eclipse consume all available memory. When there is no free memory, then system start to swap and we need to restart, because everything is going to be slow when swaping starts.
    Any suggestions how to solve this problem?
    I suppose that other people also have this problem. I will be realy happy if someone share his experience to fix this.
    We uses java 1.5.
    Thanks in advanced!

    Ok, problem solved.
    First I uninstalled the flash builder plugin, and eclipse galileo was still not starting.
    Then I uninstalled java (both jre/jdk, v6.20).
    Crossing my fingers, I reinstalled jdk and then jre (latest downloaded); and eclipse ran again (pheeeew!).
    Finally, I installed flash builder 4 plugin again, it works too (!), and aptana works, ... all is working back again, fine!

Maybe you are looking for

  • External Drive connected to Airport Extreme, need Time Machine 3 Mac's Help

    I own an Airport Extreme and just recently added two new Macs with the Time Machine feature to our household. I would like to use Time Machine to backup to my Airport Extreme that has a 500 GB hard drive connected. It seems Apple has this blocked sin

  • Purchase Oder open item list query

    Hi experts, i will like to have a query for open item list for  purchase order which will show the following;      1. the details of any particular order from a Vendor in terms of:      a.     How much of it has been delivered      b.     How much of

  • ABAP OO sales order object - how to attach link to VA03

    I'm trying to build workflow using ABAP Objects instead of BOR. I created custom object for sales order according to blog "Getting started with ABAP OO for Workflow using the IF_WORKFLOW interface". It works correctly in my workflow but I would like

  • Time Capsule and Cisco router

    Will Time Capsule work with a Cisco Router E4200 that is connected to a Worldbook NAS? I do not need it to serve as a router, only a sytematic backup solution fro all of our Macs in the network.  We use the NAS as a company client File store and shar

  • Can't create Application Server Connection in JDeveloper

    I am trying to make a connection to my Application Server (a Remote DCM connection) but when I test it, I get the following message D:\win32app\JDeveloper9.0.3\jdk\jre\bin\javaw.exe -Djava.protocol.handler.pkgs=HTTPClient -jar D:\win32app\JDeveloper9