[Request] Maintainer needed for Gourmet Recipe Manager

The recent Python upgrade broke this AUR [community] package and there presently is not a maintainer. I know nothing about Python or maintaining a package, so I think I am a poor candidate. Any one willing to pick this one up?
Thanks!
Bob
p.s. or is this a case of this bug: http://bugs.archlinux.org/task/4084
Last edited by CavalierBob (2007-03-18 21:28:13)

Attempted a rebuild of the pkg, but I am getting the following error:
[bob@myhost gourmet]$ gourmet
Traceback (most recent call last):
File "/usr/bin/gourmet", line 34, in <module>
import gourmet.GourmetRecipeManager
File "/usr/lib/python2.5/site-packages/gourmet/GourmetRecipeManager.py", line 5, in <module>
import exporters.printer as printer
File "/usr/lib/python2.5/site-packages/gourmet/exporters/__init__.py", line 3, in <module>
import pdf_exporter
File "/usr/lib/python2.5/site-packages/gourmet/exporters/pdf_exporter.py", line 1, in <module>
import reportlab
ImportError: No module named reportlab
This was the same error gourmet was throwing before the rebuild.
I see a recently updated AUR pkg python-reportlab. Is this what the build needs? Odd it was not a dependancy for gourmet with the older Python 2.4.
Thanks!
Bob

Similar Messages

  • Landscape for implementing Recipe Management

    Hello All,
    Can someone kindly guide me as what's the recommended Landscape for Recipe Management, for example should two different ECC clients should be mantained ?, Recipe Management Recipes/Specifications stored in first 'source box' and Supply Chain data like BOM and Master Recipe stored in target box (basically creating bom/master recipe using transformation process from source box) ???. Kindly please throw some light and also how data is distributed between the two clients. Is Material Master first created in Supply Chain Box (target box), than ALE'd to source box, where it can be linked to Specifications??
    Kindly let me know if I am thinking in correct direction, and also how to connect the 2 boxes?
    Thanks in advance.
    Sachin

    Hi Sachin,
    I think u r right abt the path proposed. However, i am adding few lines further. When implementing ALE functions it has to be ensured that the SAP system is implemented in a well structured way in both clients. Also it has to be ensured that during installation of ALE,  the specification global settings and process functions are not altered in any way.
    If ALE business processes are supported, functions and processes must be defined on a cross-system basis. The message types exchanged between the systems are defined in the distribution model. To implement the distribution of business application processes and functions using ALE it is indeeded to construct a logical Distribution Model of the whole system.
    Within the framework of this configuration, customers can specify which applications are to run on which systems and which messages are to be exchanged between the applications. For example the Master data distribution for logistics is .
    You can specify the relationships between logical systems, message types, BAPIs and filters in the distribution model. Applications and the ALE layer use the model to determine receivers and to control the data distribution.
    For more information about maintaining the distribution model see the Customizing Implementation Guide (IMG):
    Application Server -  IDoc Interface/Application Link Enabling (ALE): Modeling and Implementing Business Processes and Maintaining the Distribution Model
    Go thru the link for clarity on the implementation of IDoc interface/ electronic data interchange between the clients and master data.
    [http://help.sap.com/erp2005_ehp_04/helpdata/EN/72/c18ee5546a11d182cc0000e829fbfe/frameset.htm]
    [http://help.sap.com/erp2005_ehp_04/helpdata/EN/dc/6b7f5643d711d1893e0000e8323c4f/frameset.htm]
    thank U,
    mahesh

  • Is IDM cc 7.2.8 the plugin/extension thats needed for Internet Download Manager for the Mozilla Browser family? Do i need it if i've removed IDM?

    I had the Internet Download Manager and I also removed it today. I removed and reset a bunch of things cuz my system was hardly working and hardly letting me do anything. I am happy with the downloader i had to begin with but my question is: IDM cc 7.2.8 is an active addon for my sea monkey browser/probably firefox also, but... is IDM cc 7.2.8 the plugin/extension/addon for Internet Download Manager thats needed for Mozilla Browsers.?
    Or is it the Internet Download Manager program itself, in full?
    I would like to know so I can remove it if I dont need it because I already removed the IDM Program earlier today, and am staying with my old downloader.
    I am running out of free space on my system and dont want any extras that arent needed taking up the space thats still available. If I dont need this add-on because I dont have IDM, Please let me know.

    Hello,
    As a user of Internet Download Manager, I can confirm that 'IDM cc 7.2.8' is connected with IDM.
    Therefore, if you have uninstalled Internet Download Manager, you no longer need 'IDM cc 7.28'
    Hope that helps.

  • Modules needed for ATG lock manager isolation

    Hi Currently I am deploying my complete commerce ear on the lock server instance. I would need to isolate only the components required for lock server instance. Can anyone please tell me what all modules would be required for assembling an ear for lock server instance?
    Thanks,
    Mathew.

    For lock manager server you only need DafEar.Admin and DSS modules.
    Also, you mentioned about deploying your commerce EAR on the lock server instance so just in case you want to run both on the same instance it is not a recommended way. One of the basic ATG deployment architecture consideration is that any of auxiliary server instances like global scenario server, process editor server, lock manager server etc. should not receive user requests instead page server should be the only instances accepting user requests.

  • Problem with Gourmet Recipe Manager and Python

    Hi everyone.
    I am using Arch with openbox. I've installed gourmet from the repository, but unfortunately it doesn't work. Python is installed, too. When I start gourmet I get a lot of error messages:
    [mario@krynn ~]$ gourmet
    ** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
    ** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
    ** Message: pygobject_register_sinkfunc is deprecated (GtkObject)
    WARNING: Plugin module import failed
    PATH: ['/usr/bin', '/usr/lib/python26.zip', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/site-packages', '/usr/lib/python2.6/site-packages/PIL', '/usr/lib/python2.6/site-packages/gst-0.10', '/usr/lib/python2.6/site-packages/gtk-2.0', '/usr/share/gourmet', '/usr/lib/python2.6/site-packages/gourmet/plugins', '/usr/lib/python2.6/site-packages/gourmet/plugins/import_export', '/usr/share/gourmet/']
    Traceback (most recent call last):
    File "/usr/lib/python2.6/site-packages/gourmet/plugin_loader.py", line 243, in get_module
    self._loaded = __import__(self.module)
    File "/usr/lib/python2.6/site-packages/gourmet/plugins/import_export/pdf_plugin/__init__.py", line 1, in <module>
    import pdf_exporter_plugin,print_plugin
    File "/usr/lib/python2.6/site-packages/gourmet/plugins/import_export/pdf_plugin/print_plugin.py", line 4, in <module>
    import poppler
    ImportError: No module named poppler
    WARNING: Failed to load plugin pdf_plugin
    Traceback (most recent call last):
    File "/usr/lib/python2.6/site-packages/gourmet/plugin_loader.py", line 93, in load_active_plugins
    self.active_plugins.extend(self.available_plugin_sets[p].plugins)
    File "/usr/lib/python2.6/site-packages/gourmet/plugin_loader.py", line 256, in __getattr__
    if attr == 'plugins': return self.get_plugins()
    File "/usr/lib/python2.6/site-packages/gourmet/plugin_loader.py", line 262, in get_plugins
    return self.get_module().plugins
    AttributeError: 'NoneType' object has no attribute 'plugins'
    /usr/lib/python2.6/site-packages/gourmet/backends/db.py:294: SADeprecationWarning: The Binary type has been renamed to LargeBinary.
    Column('image',Binary(),**{}),
    /usr/lib/python2.6/site-packages/gourmet/backends/db.py:295: SADeprecationWarning: The Binary type has been renamed to LargeBinary.
    Column('thumb',Binary(),**{}),
    /usr/lib/python2.6/site-packages/gourmet/gtk_extras/mnemonic_manager.py:312: GtkWarning: Invalid input string
    widget.set_text_with_mnemonic(txt[0:index] + '_' + txt[index:])
    /usr/lib/python2.6/site-packages/gourmet/GourmetRecipeManager.py:1011: GtkWarning: Invalid input string
    self.main.add(self.main_notebook)
    Gourmet starts but I can't create a new recipe. I've already tried to change the first line in /usr/bin/gourmet to
    #!/usr/bin/python2.6
    but it doesn't make any difference. Does anyone know what to do.
    Thanks, mario.

    I'm experiencing the same issues with Arch and Openbox using gourmet and gourmet-dev.  Sorry I don't have anything to add.  I installed python-poppler from AUR and that got rid of the errors on startup, but when trying to create a new recipe I get
    [mbynum@m1330 ~]$ gourmet
    Problem adding recipe with dictionary...
    KEY: deleted of type <type 'str'> VALUE: False of type <type 'bool'>
    KEY: last_modified of type <type 'str'> VALUE: 1286338412.47 of type <type 'float'>
    KEY: title of type <type 'str'> VALUE: New Recipe of type <type 'unicode'>
    Traceback (most recent call last):
    File "/usr/lib/python2.6/site-packages/gourmet/GourmetRecipeManager.py", line 1132, in show
    rc=reccard.RecCard(self)
    File "/usr/lib/python2.6/site-packages/gourmet/reccard.py", line 69, in __init__
    recipe = self.rg.rd.new_rec()
    File "/usr/lib/python2.6/site-packages/gourmet/backends/db.py", line 1416, in new_rec
    return self.add_rec(blankdict)
    File "/usr/lib/python2.6/site-packages/gourmet/backends/db.py", line 1179, in add_rec
    ret = self.do_add_rec(dic)
    File "/usr/lib/python2.6/site-packages/gourmet/backends/db.py", line 1304, in do_add_rec
    select = self.recipe_table.select(self.recipe_table.c.id==insert_statement.execute(**rdict).lastrowid)
    File "/usr/lib/python2.6/site-packages/sqlalchemy/engine/base.py", line 2310, in lastrowid
    return self.cursor.lastrowid
    AttributeError: 'NoneType' object has no attribute 'lastrowid'
    I don't know any python, so I'm not sure what these errors are pointing to.  Hopefully someone else can give us some insight.

  • Recipe management and sharing app/website?

    I'm looking for a recipe management Mac application and/or a website (and preferably an iPad app) that will allow me to share recipes directly with friends and them with me.
    I have YummySoup and would recommend it to friends except that it requires a MobileMe account to share recipes (it allows you to publish 'recipe casts' and subscribe to other peoples 'recipe casts').
    Any suggestions?

    I quite like the way YummySoup works. Someone can publish recipes via MobileMe and then you can subscribe to their receipecast and any new recipes just appear directly in YummySoup. Far less hassle than email.
    Here's an example receipecast: http://homepage.mac.com/kenhumbard/KensFavorites/

  • Recipe Manager

    Does anyone have a recommendation for a recipe manager? I'm looking for something to organize recipes and create shopping lists.
    The only software I see on apple.com is TheRecipeManager and it doesn't have the greatest overall rating.
    Thanks,
    John

    You will find many such programs by searching for them at VersionTracker or MacUpdate.

  • Recipe Hierarchy - Recipe Management

    Hi experts!
    I was wondering if somebody can give me some advice regarding the Recipe Hierarchy in RM.
    I would like to create a Recipe Hierarchy that enables having Formulas in three levels. As Standard, Recipe Management Hierarchy is as follows:
    1. General Recipe
    2. Site Recipe
    3. Master Recipe
    However, the Master Recipe can't contain any formula.So I am thinking of creating a new recipe type as copy of the Site Recipe and trying to assign it to a "standard" site recipe. But the system does not allow this.
    Have anyone created custom recipe hierarchy with custom recipe types?
    Any info will be very helpful.
    Thanks a lot in advance!
    Amaia

    Hi Amaia,
    For the definition of new recipe types the following steps are necessay:
    - IMG activity Specify Specification Types under the EH&S -> Basic Data and Tools -> Specification Management -> Specification Master
    - IMG activity Recipe Settings under the IMG for the Recipe Management -> Recipe
    - IMG activity Set Up Versioning under the IMG for the Recipe Management
    Please, create the new recipe types with reference to the SAP standard types (general recipe or site recipe).
    It is possible to create the recipe hierarchy with different general or site recipe types (tab page Hierarchy of the recipe).
    In the navigation tree of the workbench you have the possiblity to select the layout for the recipe hierarchy.
    I hope, it helps.
    Best regards,
    Roland

  • Recipe Managment - Base Unit for Nutrient

    Hi,
    I am currently setting up Recipe management master data and am experiencing a problem with Base Unit for Nutrient. I am able to see the field Base Unit for Nutrient and even drop down on it but the field is not available for input?
    I have checked the following: The "Base Unit for Nutrient" entry is assigned to the Value Assignment Type "SAP_RMS_1011_001" (IMG: Specity Value Assignment Types) and has the class "SAP_RMS_1011_001" assigned with Value Assignment Category "A" which has the Tab Pages "REL, SOURCE, USAGE and VAL". The specification type is Nutrient. In the IMG Activity "Property Tree" the RM_Nutrient is maintained with the Value Assignment Type "SAP_RMS_1011_001".
    I have also checked Table based value assignment in IMG and have the following entries:
    SAP_RMS_1011_001 1 OBJID_STDVAI_SORT SVA 1 5
    SAP_RMS_1011_001 2 OBJID_STDVAI_ASSESSMENT SVA 2 3
    SAP_RMS_1011_001 3 OBJID_STDVAI_STATUS SVA 3 4
    SAP_RMS_1011_001 4 OBJID_STDVAI_RELATION SVA 4 4
    SAP_RMS_1011_001 5 OBJID_USAGE USA 5 30
    SAP_RMS_1011_001 6 SAP_RMS_1011_001_VALUE CHA 6 22
    SAP_RMS_1011_001 NUTRIENT 0 UOM FOR NUTRIENT CHA 1
    Can anyone please tell me what I need to do to make Base unit an input field?
    Thanks in advance,
    Fforster01

    Hi,
    Please check in the IMG acticity 'Set Up Table-Based Value Assignment' the table entry (column 5) for the valuation type SAP_RMS_1011_001, object SAP_RMS_1011_001_VALUE. Is the indicator 'editalbe' marked?
    Best regards,
    Roland Freudenberg

  • No Manager Stauts for Requests in R12 on winXP, Consurrent Manager Stops

    Dear all,
    I have installed EBS Vision 12.1.1, everything worked fine but now when i try to run any request it gives me
    Phase: Inactive and Status: No Manager,
    When i try to solve run OracleConcMgrVIS_abc from windows services, it starts but with in a second it stops, when i run adautocfg.cmd, it gives me following output
    C:\Documents and Settings\Administrator>C:\oracle\VIS\db\tech_st\11.1.0\appsutil
    \scripts\VIS_visr12\adautocfg.cmd.
    Starting up AutoConfig engine...
    Mon 12/10/2012
    04:45 PM
    Enter the APPS user password:****
    The log file for this session is located at: C:\oracle\VIS\db\tech_st\11.1.0\app
    sutil\log\VIS_visr12\12101645\adconfig.log
    AutoConfig is configuring the Database environment...
    AutoConfig will consider the custom templates if present.
    Using ORACLE_HOME location : C:\oracle\VIS\db\tech_st\11.1.0
    Classpath : ;C:\oracle\VIS\db\tech_st\11.1.0\jdbc\lib\
    ojdbc6.jar;C:\oracle\VIS\db\tech_st\11.1.0\appsutil\java\xmlparserv2.jar;C:\orac
    le\VIS\db\tech_st\11.1.0\appsutil\java;C:\oracle\VIS\db\tech_st\11.1.0\jlib\netc
    fg.jar;C:\oracle\VIS\db\tech_st\11.1.0\jlib\ldapjclnt11.jar
    Using Context file : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\V
    IS_visr12.xml
    Context Value Management will now update the Context file
    UnsatisfiedLinkError exception loading native library: oranjni11
    Updating Context file...COMPLETED
    Attempting upload of Context file and templates to database...COMPLETED
    Context Value Management Complete. Check Logs for details
    Updating rdbms version in Context file to db111
    Updating rdbms type in Context file to 32 bits
    Configuring templates from ORACLE_HOME ...
    AutoConfig completed successfully.
    Completed execution of AutoConfig
    Event log doesn't show any error.
    CM_VIS_visr12.log logfile shows following output
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 10-DEC-2012 16:09:30 -
    Shutting down Internal Concurrent Manager : 10-DEC-2012 16:09:30
    10-DEC-2012 16:09:30
    The ICM has lost its database connection and is shutting down.
    Spawning reviver process to restart the ICM when the database becomes available again.
    usdipe: error inserting data: ORA-3114
    usdsop: Error inserting into FND_CONC_NT_PROCESSES:
    The operation completed successfully.
    Spawned reviver process 6120.
    List of errors encountered:
    _ 1 _
    Routine AFPCMT encountered an ORACLE error. ORA-01012: not logged on.
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 2 _
    Routine AFPCSQ encountered an ORACLE error. ORA-12705: invalid or
    unknown NLS parameter value specified
    Review your error messages for the cause of the error. (=<POINTER>)
    APP-FND-01388: Cannot read value for profile option CONC_GSM_ENABLED in routine &ROUTINE.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    .............................................................................I have tried to sort out the problem but could not do it please if anyone can help me sorting out the problem. (Right now i dont have oracle support access)
    Thanks
    Nav
    Edited by: 853604 on Dec 10, 2012 5:08 AM

    I have run the script, and I again reinstalled everything from the begining but still having the same problem of concurrent manager is not starting up, I also tried it on win server 2003,
    on both machines i have same problem, but strangly every thing is working fine when i installed without vision, it works fine,
    CM log file is showing folloing log on XP machine
    >>
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 28-DEC-2012 09:52:43 -
    Shutting down Internal Concurrent Manager : 28-DEC-2012 09:52:43
    28-DEC-2012 09:52:43
    The ICM has lost its database connection and is shutting down.
    Spawning reviver process to restart the ICM when the database becomes available again.
    usdipe: error inserting data: ORA-3114
    usdsop: Error inserting into FND_CONC_NT_PROCESSES:
    The operation completed successfully.
    Unable to spawn reviver process.
    The ICM will need to be restarted manually when the database becomes available again.
    Cannot delete the file TempFileName1.
    Check that you have privileges to delete files in the file directory. Contact your system administrator to obtain delete privileges. If your file contains secure data, >>be sure to delete it manually, fr
    List of errors encountered:
    _ 1 _
    Routine AFPCMT encountered an ORACLE error. ORA-01012: not logged on.
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 2 _
    Routine AFPCSQ encountered an ORACLE error. ORA-12705: invalid or
    unknown NLS parameter value specified
    Review your error messages for the cause of the error. (=<POINTER>)
    APP-FND-01388: Cannot read value for profile option CONC_GSM_ENABLED in routine &ROUTINE.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    Seek help,
    Regards

  • HT3951 helo   when i want to dollar from the online manager football and need for speed the game , i try to buy but i cannot because they told ( your purchase could not be completed contact itunes store support to complete this transaction.)  pleasr help

    helo
    when i want to dollar from the online manager football and need for speed the game , i try to buy but i cannot because they told ( your purchase could not be completed contact itunes store support to complete this transaction.)
    pleasr help me for that , i can not buy any thing inside the game .
    i wating , thank you
    Email : [email protected]

    Click here and request assistance.
    (75245)

  • Need help for Customizing Correspondence Management

    Hi,
    Could anyone provide me some documents or reference links which will be helpful for Customizing Correspondence Management in ES4?
    Many Thanks!!

    Hi Santosh,
    Sorry for the late reply.
    I have a XDP file having both static and dynamic content. I need to populate the dynamic content with some value which I will be getting from the XML which is stored in the body of the SOAP request. I want the letter to be generated dynamically (like no user selection of XML etc) because I want to avoid manual input in the correspondence management.
    Could you please let me know if the above can be achieved. If yes, could you please provide any useful stuff related to above requirement.
    Many Thanks!!!

  • Color management help needed for adobe CS5 and Epson printer 1400-Prints coming out too dark with re

    Color management help needed for adobe CS5 and Epson printer 1400-Prints coming out too dark with reddish cast and loss of detail
    System: Windows 7
    Adobe CS5
    Printer: Epson Stylus Photo 1400
    Paper: Inkjet matte presentation paper with slight luster
    Installed latest patch for Adobe CS5
    Epson driver up to date
    After reading solutions online and trying them for my settings for 2 days I am still unable to print what I am seeing on my screen in Adobe CS5. I calibrated my monitor, but am not sure once calibration is saved if I somehow use this setting in Photoshop’s color management.
    The files I am printing are photographs of dogs with lots of detail  I digitally painted with my Wacom tablet in Photoshop CS5 and then printed with Epson Stylus 1400 on inkjet paper 20lb with slight luster.
    My Printed images lose a lot of the detail & come out way to dark with a reddish cast and loss of detail when I used these settings in the printing window:
    Color Handling: Photoshop manages color, Color management -ICM, OFF no color adjustment.
    When I change to these settings in printer window: Color Handling:  Printer manages color.  Color management- Color Controls, 1.8 Gamma and choose Epson Standard it prints lighter, but with reddish cast and very little detail and this is the best setting I have used so far.
    Based on what I have read on line, I think the issue is mainly to do with what controls are set in the Photoshop Color Settings window and the Epson Printer preferences. I have screen images attached of these windows and would appreciate knowing what you recommend I enter for each choice.
    Also I am confused as to what ICM color management system to use with this printer and CS5:
    What is the best ICM to use with PS CS5 & the Epson 1400 printer? Should I use the same ICM for both?
    Do I embed the ICM I choose into the new files I create? 
    Do I view all files in the CS5 workspace in this default ICM?
    Do I set my monitor setting to the same ICM?
    If new file opens in CS5 workspace and it has a different embedded profile than my workspace, do I convert it?
    Do I set my printer, Monitor and PS CS5 color settings to the same ICM?
    Is using the same ICM for all devices what is called a consistent workflow?
    I appreciate any and all advice that can be sent my way on this complicated issue. Thank you in advance for your time and kind help.

    It may be possible to figure out by watching a Dr.Brown video on the subject of color printing. Adobe tv
    I hope this may help...............

  • Linking DMS to a Content Repository for Recipe Management

    How do I link a document type to a content repository?
    This is for Recipe Management. When I look in DC10 I can see that there is a document type of RMS for Recipe Management.
    I assume this means Recipe Management is connected toDMS
    I have created a content repository ZRM using OAC0.
    How do I make the link between the document type RMS in DMS and the content repository ZRM?

    Thanks for the reply but it isn't really what I was after.
    I am only the basis guy so I am not sure of the application but my expectation is that users will save a document with a document type of RMS. This document should be saved to a Content Repository
    What you have described is how to save a type of document such as MS Word to a particular repository. I was hoping that Recipe Management documents (possibly MS Word, possibly not) would go to a Recipe Management Repository.
    There still might be the possibility that documents (possibly MS Word) for other projects e.g. packaging could be written to a different repository.
    What I am hoping for is a link from the document type RMS in DC10 to the Content Repository defined in OAC0.
    I have a suspicion this is via the category defined by OACT.
    The link from SAP DMS to Content Repository seems fundamental to me. I am surprised no one has the answer
    ...or perhaps I have completely missed the point?
    Tony

  • Recipe Management for Food Retailers (Restaurants, Cafe etc)

    Hi ,
    I am new to SAP Recipe Management. Have done a study and got to understand that it for a process manufacturing industry.
    Have you had experience in implementing SAP RM for food retailers like restaurants , cafes etc?
    Can it be integrated to SAP Retail ?
    Regards,
    Lisa

    Hi
    Its a Beverage industry, IS-Retail is suites, Barista implemented in India
    regards
    Satish

Maybe you are looking for